Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created January 28, 2011 19:20
Show Gist options
  • Save jhsu/800782 to your computer and use it in GitHub Desktop.
Save jhsu/800782 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in {1..572}; do
curl -O "http://thenounproject.com/site_media/zipped/svg_$i.zip"
done
unzip '*.zip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment