Skip to content

Instantly share code, notes, and snippets.

@todd
Created December 23, 2011 23:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save todd/1515666 to your computer and use it in GitHub Desktop.
Save todd/1515666 to your computer and use it in GitHub Desktop.
Download Hacker Monthly's Xmas Special off S3
# Edit: Changes inspired by comments from HN users jules and anthonyb
import os
for i in range(1,20):
os.system("wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermonthly-issue%03d.zip" % i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment