Skip to content

Instantly share code, notes, and snippets.

@jllubia
Created October 7, 2011 17:36
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 jllubia/1270885 to your computer and use it in GitHub Desktop.
Save jllubia/1270885 to your computer and use it in GitHub Desktop.
Steve Jobs Magazine Covers from Kuo Design Download Script
for (( i=1; i<10; i++ ))
do
curl http://www.kuodesign.com/pineapple/coverme/images/large/STEVE-0$i.jpg > steve-0$i.jpg
done
for (( i=10; i<=82; i++ ))
do
curl http://www.kuodesign.com/pineapple/coverme/images/large/STEVE-$i.jpg > steve-$i.jpg
done
curl http://www.kuodesign.com/pineapple/coverme/images/large/STEVE-85.jpg > steve-83.jpg
curl http://www.kuodesign.com/pineapple/coverme/images/large/macpower.jpg > steve-84.jpg
i=84
for (( j=1; j<10; j++ ))
do
curl http://www.kuodesign.com/pineapple/coverme/2010/images/2010_0$j.jpg > steve-`expr $i + $j`.jpg
done
curl http://www.kuodesign.com/pineapple/coverme/2010/images/2010_10.jpg > steve-94.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment