radiohead freebies

Oct 29 2002

If you happen to be a radiohead fan, there is cool stuff for the snatching here. (including some stuff slated to appear on the next album).

If you also happen to have a *nix machine, you could even do something like this:

#!/usr/bin/perl
foreach (
scalar(`lynx -source http://www.jonnygreenwood.com/audio/`),
scalar(`lynx -source http://www.jonnygreenwood.com/audio/Moresongs.html`),
scalar(`lynx -source http://www.jonnygreenwood.com/audio/salamanca070802.html`))
{ system("wget \"$1\"") while (s/href=\"(.*(mp3|mpeg|ra|vqf))\"//i); }