Created
January 28, 2019 13:33
-
-
Save e200/530def501b8279d5b401bc363909a618 to your computer and use it in GitHub Desktop.
jpeoptmin folder recursive
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 "*.jpg" -exec jpegoptim --strip-all {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment