Skip to content

Instantly share code, notes, and snippets.

@allieus
Created December 26, 2014 15:17
Show Gist options
  • Save allieus/1642774a9c3a7821451b to your computer and use it in GitHub Desktop.
Save allieus/1642774a9c3a7821451b to your computer and use it in GitHub Desktop.
png strip
#!/bin/sh
find . -type f -name "*.png" -exec convert {} -strip {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment