#!/usr/bin/env ruby # ==LICENSE SECTION== # This code is licensed under the Eric Davis Non-Edible License. For more # details read BELOW # # ==BELOW SECTION== # You can do whatever you wish with this code, as long as you do not eat it or # otherwise consume it, in paper or in digital format (some people like to eat # hard drives...). It will give you gas. # Fill in the http url to your files here, no trailing '/' my_address = "http://lugradio.theadmin.org" ARGV.each { |file| `wget http://www.lugradio.org/addmirror/#{my_address}/#{file}`}