8 lines
132 B
Ruby
Raw Normal View History

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