Skip to content

Instantly share code, notes, and snippets.

@abepetrillo
Created October 25, 2017 14:13
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 abepetrillo/f088679e7ba2c9ffb305702c33ae8639 to your computer and use it in GitHub Desktop.
Save abepetrillo/f088679e7ba2c9ffb305702c33ae8639 to your computer and use it in GitHub Desktop.
Compress all images recursivley in a directory
find -name '*.png' -print0 | xargs -0 optipng -o7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment