Skip to content

Instantly share code, notes, and snippets.

@zdravkok
Created May 19, 2014 12:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdravkok/02de5da8d9032b6c5a8d to your computer and use it in GitHub Desktop.
Save zdravkok/02de5da8d9032b6c5a8d to your computer and use it in GitHub Desktop.
Optimize jpeg images
find media/ -name "*.jpg" -type f -exec echo jpegtran -copy none -optimize -outfile {} {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment