Downloading the Archives

Usually I discover new comics by reading a recent one I like, then starting from the beginning and reading the whole oeuvre. Unfortunately, I’m often not connected to the internet. So, if you like my comics:

  1. Email me and let me know. Artistic insecurity knows no bounds.
  2. Use this handy-dandy shell script to download them to your Linux box (you are running Linux, aren’t you?):
#!/bin/bash

i=1
max=$CURRENT_NUM

while [[ $i -le $max ]]; do
    wget "http://www.kchodorow.com/comics/images/siat$(printf "%04d" $i).jpg" -O siat$(printf "%04d" $
i).jpg
    let "i=$i+1"
done

This will only hold you until I’ve done 10,000 cartoons, but that should be a few weeks, at least. You’ll have to replace $CURRENT_NUM with the number of the current comic. To figure out what this is, go to http://www.snailinaturtleneck.com and the title of the comic will start with the current number.

Anyway, I hope you enjoy these cartoons. Questions, comments, and suggestions are always welcome. Also, criticism, hate mail, death threats, whatever. Send it all to kristina@snailinaturtleneck.com.

* Not worth reading anymore, now every blog post is him promoting himself. I do recommend the archives, which have some really interesting information about investing, finances, that sort of thing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: