Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created May 8, 2019 15:11
Show Gist options
  • Save archiewald/8211775a5ac4e2d5a04ca5633aae7c28 to your computer and use it in GitHub Desktop.
Save archiewald/8211775a5ac4e2d5a04ca5633aae7c28 to your computer and use it in GitHub Desktop.
[guetlzify all the files in catalog] #terminal
for f in <src_folder>/*.jpg; do guetzli $f $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment