Skip to content

Instantly share code, notes, and snippets.

@jdmaturen
Created March 1, 2010 17:06
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 jdmaturen/318563 to your computer and use it in GitHub Desktop.
Save jdmaturen/318563 to your computer and use it in GitHub Desktop.
Gorillaz - Plastic Beach (2010)
#!/bin/bash
wget http://del.interoute.com/?id=aa1fa024-ae1d-4285-923e-3ccfc6385200&delivery=download
wget http://del.interoute.com/?id=0be7e9f6-e572-411c-81cf-5b59de45336d&delivery=download
wget http://del.interoute.com/?id=3b30d50f-850b-495a-acfb-8d6d7d6a3e57&delivery=download
wget http://del.interoute.com/?id=23cc3dcc-4b11-4809-8d95-8cc07f1b5cae&delivery=download
wget http://del.interoute.com/?id=bd58c55a-136f-46c2-abf6-51c05ecaa780&delivery=download
wget http://del.interoute.com/?id=0d5ba0c2-bdd2-4a72-b654-55053e125527&delivery=download
wget http://del.interoute.com/?id=ad9e99c7-e5ad-49bc-8e12-0230db2807be&delivery=download
wget http://del.interoute.com/?id=08227202-0d13-4020-b99e-8b9c6741b656&delivery=download
wget http://del.interoute.com/?id=ca16419d-5f81-4d12-a998-f87a08e72971&delivery=download
wget http://del.interoute.com/?id=dd3696b9-de3c-403e-8908-d4553185d702&delivery=download
wget http://del.interoute.com/?id=f1c36fd5-6448-4f15-a08f-7c938f331ac3&delivery=download
wget http://del.interoute.com/?id=be8dd53d-2eff-461f-bd43-b5592c094efe&delivery=download
wget http://del.interoute.com/?id=d7e9d52e-c733-4d80-adaa-77c90af2abb5&delivery=download
wget http://del.interoute.com/?id=2771549a-ec02-4dc6-b00c-dba68c944fa7&delivery=download
wget http://del.interoute.com/?id=3ab51ae3-1f00-41bc-962f-69cc7a6ec0b3&delivery=download
wget http://del.interoute.com/?id=b800f847-4625-4311-86fd-445370ed6e17&delivery=download
for FILE in * ; do NEWFILE=`echo $FILE | sed 's/.mp3?ext=//g'` ; mv "$FILE" "$NEWFILE" ; done
ls > Plastic_Beach.m3u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment