[configure] Add new target.
[mono-project.git] / mcs / tools / corcompare / upload.rb
blob6b19f8b9d5c671ee2eedc7a2b174d661e1412d9d
1 #!/usr/bin/env ruby
3 CURRENT = "2.8"
5 Dir["*.tar.gz"].each { |file|
6         system("scp #{file} mono-web@go-mono.com:go-mono/masterinfos/#{CURRENT}")