Last active
December 1, 2023 18:50
-
-
Save cr0cK/966ab5419194fff4fec7e5b45dc8398c 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 *.png; do convert $file -resize x1280 -quality 60 ${file/png/jpg}; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment