Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created September 16, 2020 09:19
Show Gist options
  • Save dipeshhkc/cdf3120593ac7051af24cbf3e4b90738 to your computer and use it in GitHub Desktop.
Save dipeshhkc/cdf3120593ac7051af24cbf3e4b90738 to your computer and use it in GitHub Desktop.
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