Skip to content

Instantly share code, notes, and snippets.

@basilio
Forked from felipelavinz/gist:242051
Created March 19, 2010 15:36
Show Gist options
  • Save basilio/337620 to your computer and use it in GitHub Desktop.
Save basilio/337620 to your computer and use it in GitHub Desktop.
for i in *.png; do convert $i -resize 50x50 $i.jpg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment