Skip to content

Instantly share code, notes, and snippets.

@SamWhited
Created June 6, 2012 20:38
Show Gist options
  • Save SamWhited/2884603 to your computer and use it in GitHub Desktop.
Save SamWhited/2884603 to your computer and use it in GitHub Desktop.
Downloads Questionable Content (http://questionablecontent.net/)
#!/usr/bin/env bash
for i in $(eval echo {$1..$2})
do
curl "http://questionablecontent.net/comics/$i.png" > "QuestionableContent/$i.png"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment