What does this tool do for you?
-------------------------------

It will download all the XKCD cartoons for you. It will also make visible the
tool-tip text, which normally shows up only if you keep your mouse over the
image for a while.

How to run it?
--------------

[1] Build it using ./build.sh
    You will need g++ for this to proceed successfully.

[2] Create the data directory:
    mkdir data

[3] Run it as:
    ./download_files.sh 1 349 > data/index.html

The format is ./download_files.sh [start index] [end index]
The program will spit out an HTML page, which you can save by redirecting it.

Enjoy!!!!


dhruvbird@gmail.com

