Skip to content

Instantly share code, notes, and snippets.

@rociiu
Created January 4, 2011 11:26
Show Gist options
  • Save rociiu/764674 to your computer and use it in GitHub Desktop.
Save rociiu/764674 to your computer and use it in GitHub Desktop.
for i in {0..99}; do
wget `printf "http://downloads.cloudmade.com/north_america/north_america.osm.bz2.part.%02d" ${i};`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment