Skip to content

Instantly share code, notes, and snippets.

@ceessay
Last active January 24, 2019 20:23
Show Gist options
  • Save ceessay/e170c65da32892840dd9ff78100d80c7 to your computer and use it in GitHub Desktop.
Save ceessay/e170c65da32892840dd9ff78100d80c7 to your computer and use it in GitHub Desktop.
#install tools
sudo apt-get install optipng
sudo apt-get install jpegoptim
find images_folder/ *.png -exec optipng {} \;
find images_folder/ *.jpeg -exec jpegoptim {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment