Sha256: 487e08fd380bdf162c18358f944b39da241f53ebfc2973fe6c96cd70a3a4306a

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

#!/usr/bin/env ruby

ARGV.each do |server|
  puts "Installing on #{server}..."
  system %(ssh #{server} "sudo gem install trafficbroker-mandy --source http://gems.github.com")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trafficbroker-mandy-0.1.3 bin/mandy-install