Skip to content

Instantly share code, notes, and snippets.

@vini-btc
Created January 29, 2014 10:50
Show Gist options
  • Save vini-btc/8685656 to your computer and use it in GitHub Desktop.
Save vini-btc/8685656 to your computer and use it in GitHub Desktop.
Script for optimizing all .png images inside a folder, using optipng
find the-path-you-want/* -type f -name *.png | xargs optipng *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment