Skip to content

Instantly share code, notes, and snippets.

@OdinsHat
Last active February 19, 2016 16:51
Show Gist options
  • Save OdinsHat/23c29eaec1148eea5070 to your computer and use it in GitHub Desktop.
Save OdinsHat/23c29eaec1148eea5070 to your computer and use it in GitHub Desktop.
Optimise all jpegs recursively
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