Created
October 7, 2011 17:36
-
-
Save jllubia/1270885 to your computer and use it in GitHub Desktop.
Steve Jobs Magazine Covers from Kuo Design Download Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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