Skip to content

Instantly share code, notes, and snippets.

@rvillas
Created May 21, 2015 23:25
Show Gist options
  • Save rvillas/70b4294bc55f04b6761a to your computer and use it in GitHub Desktop.
Save rvillas/70b4294bc55f04b6761a to your computer and use it in GitHub Desktop.
pngquant an entire folder
find . -name '*.png' -exec pngquant --ext .png --force {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment