Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created February 10, 2013 21:02
Show Gist options
  • Save sfelde/4751040 to your computer and use it in GitHub Desktop.
Save sfelde/4751040 to your computer and use it in GitHub Desktop.
image optimization
find . -name '*.jpg' | xargs jpegoptim --strip-all
find . -name '*.png' | xargs optipng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment