Skip to content

Instantly share code, notes, and snippets.

@phsantiago
Created July 14, 2016 18:55
Show Gist options
  • Save phsantiago/fd756495771718ece744f0155ba21a63 to your computer and use it in GitHub Desktop.
Save phsantiago/fd756495771718ece744f0155ba21a63 to your computer and use it in GitHub Desktop.
find ./* -type f -name "*.png" -exec optipng -o2 {} \;
find ./* -type f -name "*.jpg" -exec jpegoptim -m70 --strip-all {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment