Created
September 16, 2020 09:19
-
-
Save dipeshhkc/cdf3120593ac7051af24cbf3e4b90738 to your computer and use it in GitHub Desktop.
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 entry in *.png | |
do | |
convert $entry -quality 60 $entry | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment