Last active
January 24, 2018 16:38
-
-
Save pi0/698631c0ed9ec93d7bf60e55eae4208d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x all.zip | |
mkdir extracted && cd extracted | |
x ../all/* | |
for f in * ; do mv -v $f `echo $f | grep -oE "\d{6,}"` ; done | |
rm -rf `find . | grep -iE "jquery|owl|bootstrap|node_modules|bower|vendor|slick"` | |
moss -l javascript **/*.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment