Sha256: 3ef09dcdab6aafa3b124f5ef68ccf1998b6529320ef150e36538dcfd6e8e8eba
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
#!/usr/bin/env ruby require 'rbfs' require 'rbfs/command' config = Rbfs::Command.config hosts = Rbfs::Hosts.new(config[:hosts]) hosts.each do |host| puts "#{host} (#{host.ip})" if config[:verbose] host.sync(config) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbfs-0.0.2 | bin/rbfs |