Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created November 23, 2018 10:14
Show Gist options
  • Save lloiacono/4f0e224b98c48ea9ed23789b7a66ad8d to your computer and use it in GitHub Desktop.
Save lloiacono/4f0e224b98c48ea9ed23789b7a66ad8d to your computer and use it in GitHub Desktop.
Jpeg optimization
find . -type f -name '.jpeg' -o -name '.jpg' -exec jpegoptim --strip-all --max=83 -p {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment