#!perl -nw
#user anonymous kenta@mit.edu
if (m,href="([^"]+-trunk)/",){
for($1){
next if /latest-trunk/;
next if /2004-07/;
next if /2004-06-[^0]/;
#print "$_\n";
print "wget -O $_.tar.gz http://204.152.184.113/pub/mozilla.org/mozilla/nightly/$_/mozilla-i686-pc-linux-gnu.tar.gz\n";
}
}


