Created
November 23, 2018 10:14
-
-
Save lloiacono/4f0e224b98c48ea9ed23789b7a66ad8d to your computer and use it in GitHub Desktop.
Jpeg optimization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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