Skip to content

Instantly share code, notes, and snippets.

@e200
Created January 28, 2019 13:33
Show Gist options
  • Save e200/530def501b8279d5b401bc363909a618 to your computer and use it in GitHub Desktop.
Save e200/530def501b8279d5b401bc363909a618 to your computer and use it in GitHub Desktop.
jpeoptmin folder recursive
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