Skip to content

Instantly share code, notes, and snippets.

@hdznrrd
Created October 26, 2010 07:55
Show Gist options
  • Save hdznrrd/646505 to your computer and use it in GitHub Desktop.
Save hdznrrd/646505 to your computer and use it in GitHub Desktop.
create thumbnails
mkdir thumb && ls *jpg | xargs -I{} -n1 convert -resize 10% "{}" "thumb/{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment