Skip to content

Instantly share code, notes, and snippets.

@Echooff3
Created March 13, 2015 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Echooff3/6bd83c10735fc1cf2672 to your computer and use it in GitHub Desktop.
Save Echooff3/6bd83c10735fc1cf2672 to your computer and use it in GitHub Desktop.
png crush
find -f . png | while read line; do pngcrush -ow -brute $line; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment