2010-06-15 12:38:04 -07:00

8 lines
132 B
Ruby
Executable File

# Downloads the tarballs for the given formulae to the Cache
require 'formula'
ARGV.formulae.each do |f|
f.downloader.fetch
end