Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 13, 2009 02:55
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 edsu/63012 to your computer and use it in GitHub Desktop.
Save edsu/63012 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import os
for i in range(1,29):
u = "http://dcmi-rda.s3.amazonaws.com/locdata/part%02i-marcxml.tar.gz" % i
os.system("wget %s" % u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment