* tool/get-config_files: show downloading message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a53cb1a05d
commit
78963f8e8c
@ -1,3 +1,7 @@
|
|||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
require File.expand_path('../config_files', __FILE__)
|
require File.expand_path('../config_files', __FILE__)
|
||||||
ARGV.each {|n| ConfigFiles.download(n)}
|
ARGV.each {|n|
|
||||||
|
STDOUT.print "Downloading #{n}..."; STDOUT.flush
|
||||||
|
ConfigFiles.download(n)
|
||||||
|
STDOUT.puts
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user