Skip to content

Instantly share code, notes, and snippets.

@geff21st
Created September 8, 2017 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geff21st/b02f4ed759cd027fd5bda8734a84ccdc to your computer and use it in GitHub Desktop.
Save geff21st/b02f4ed759cd027fd5bda8734a84ccdc to your computer and use it in GitHub Desktop.
find . -name \*.jpg -type f -exec jpegoptim --strip-all {} \;
find . -name \*.png -type f -exec optipng -o7 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment