Created
May 8, 2019 15:11
-
-
Save archiewald/8211775a5ac4e2d5a04ca5633aae7c28 to your computer and use it in GitHub Desktop.
[guetlzify all the files in catalog] #terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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