Skip to content

Instantly share code, notes, and snippets.

@semihozkoroglu
Created February 2, 2012 22:40
Show Gist options
  • Save semihozkoroglu/1726248 to your computer and use it in GitHub Desktop.
Save semihozkoroglu/1726248 to your computer and use it in GitHub Desktop.
for f in *jpg
do
convert -resize 10% $f $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment