Skip to content

Instantly share code, notes, and snippets.

@dkrnl
Created March 2, 2018 04:04
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 dkrnl/5bc6a0fd91466653170839630f682771 to your computer and use it in GitHub Desktop.
Save dkrnl/5bc6a0fd91466653170839630f682771 to your computer and use it in GitHub Desktop.
#!/bin/sh
find -name '*.png' -print0 | xargs -0 optipng -o7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment