jianzixing
Results
1
comments of
jianzixing
#find $DISTDIR -name '*.wxss' -type f -print -exec rm -rf {} \; for i in $(find $DISTDIR -name '*.wxss') do qml=${i/.wxss/.qss} mv $i $qml done