mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4 lines
110 B
Text
4 lines
110 B
Text
|
#!/usr/bin/ruby
|
||
|
require File.expand_path('../config_files', __FILE__)
|
||
|
ARGV.each {|n| ConfigFiles.download(n)}
|