Skip to content

Instantly share code, notes, and snippets.

@olov
Created May 19, 2012 14:36
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 olov/2731048 to your computer and use it in GitHub Desktop.
Save olov/2731048 to your computer and use it in GitHub Desktop.
the Bash mp3 links
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Cashkeeper.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Come%20on.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Join%20the%20bash.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Tears%20and%20smiles%20%28edit%29.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20To%20it%20%28now%29.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Una%20mas%20%28edit%29.mp3
http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20Where%27s%20your%20mind.mp3
@mathiasbynens
Copy link

for name in Cashkeeper Come%20on Join%20the%20bash Tears%20and%20smiles%20%28edit%29 To%20it%20%28now%29 Una%20mas%20%28edit%29 Where%27s%20your%20mind; do
  wget "http://dl.dropbox.com/u/283098/the%20Bash/the%20Bash%20-%20${name}.mp3"
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment