Skip to content

Instantly share code, notes, and snippets.

@jaggy
Last active August 29, 2015 14:02
Show Gist options
  • Save jaggy/8e1902b222acf68b71c9 to your computer and use it in GitHub Desktop.
Save jaggy/8e1902b222acf68b71c9 to your computer and use it in GitHub Desktop.
#!/bin/bash
# JPEG
jpegoptim --all-progressive $1 --dest=$DESTINATION --max=75
pngquant --speed 1 *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment