Created
July 25, 2019 18:22
-
-
Save bradsiefert/ef99467974ac926a76c4c26ae0f8f241 to your computer and use it in GitHub Desktop.
This file contains 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 file in *.jpg; do convert $file -resize 1600 ${file%.*}-small.jpg; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment