Skip to content

Instantly share code, notes, and snippets.

@pi0
Last active January 24, 2018 16:38
Show Gist options
  • Save pi0/698631c0ed9ec93d7bf60e55eae4208d to your computer and use it in GitHub Desktop.
Save pi0/698631c0ed9ec93d7bf60e55eae4208d to your computer and use it in GitHub Desktop.
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