Skip to content

Instantly share code, notes, and snippets.

@nivertech
Forked from todd/getissues.py
Created December 24, 2011 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivertech/1517784 to your computer and use it in GitHub Desktop.
Save nivertech/1517784 to your computer and use it in GitHub Desktop.
Download Hacker Monthly's Xmas Special off S3
import os
for i in range(19):
if i < 10:
os.system("wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermonthly-issue00%s.zip" % str(i+1))
else:
os.system("wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermonthly-issue0%s.zip" % str(i+1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment