First, and probably last, Calvin and Hobbes Bash Script of the Day :
- for year in `seq 85 95`; do
- for month in `seq 1 12 | sed -e 's/^\(.\)$/0\1/'`; do
- for day in `seq 1 31 | sed -e 's/^\(.\)$/0\1/'`; do
- wget -b "http://www1.stfunoob.com/calvin_hobbes/$year/ch$year$month$day.gif";
- done;
- done;
- done;
… or manually browse the complete Calvin and Hobbes archive from 85 to 95, one strip a day, while it's online. Copyright infrigement ? You did not read this here.
Shorter URL
Want to share or tweet this post? Please use this short URL: http://ozh.in/4w
for month in `seq -w 1 12`;do
héwé
Thanks for that script! I was shocked to see the original site had gone away. Then I saw it was back somewhere else. Now I won't have to worry about it. I have all the images myself.
That script was a little scary at first though. I was afriad that my webhost would pull the plug on it or something. It screamed! Hoever, I'm copying the last of the images to my computer, then I'll zap-em.
I love Calvin & Hobbes, this will really be great!
Thanks Yoda ;)
How can I find a copy of the the C&H where Calving asks Hobbes about humar nature – if it's good or evil? I'd like to get a copy for my pastor!
Thanks!
Kimberly
I love it!