Created
December 23, 2011 23:30
-
-
Save todd/1515666 to your computer and use it in GitHub Desktop.
Download Hacker Monthly's Xmas Special off S3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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