Skip to content

Instantly share code, notes, and snippets.

@soobrosa
Created November 21, 2013 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soobrosa/7581149 to your computer and use it in GitHub Desktop.
Save soobrosa/7581149 to your computer and use it in GitHub Desktop.
curl a sequence of files
for number in `jot - 10 73`; do wget http://qzprod.files.wordpress.com/2013/11/2013-11-mobile-eating-the-world-$number.jpg; done
for number in `jot - 0 9`; do wget http://qzprod.files.wordpress.com/2013/11/2013-11-mobile-eating-the-world-0$number.jpg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment