Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created December 9, 2017 06:01
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 ethagnawl/c01fb211a03e35121f908183eccbc071 to your computer and use it in GitHub Desktop.
Save ethagnawl/c01fb211a03e35121f908183eccbc071 to your computer and use it in GitHub Desktop.
compress pngs in parallel
ls *1600x900_scrot.png | xargs -P 5 -I img pngcrush -brute img 1600x900/img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment