Skip to content

Instantly share code, notes, and snippets.

@faun
Forked from metaskills/gist:6414700
Created September 2, 2013 23:11
Show Gist options
  • Save faun/6418076 to your computer and use it in GitHub Desktop.
Save faun/6418076 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
find assets resource -name "*.png" -exec optipng -o7 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment