Sha256: e1c007aa882b93214c1a6056e04584d1420830d41807bac14c332866c46f0215
Contents?: true
Size: 149 Bytes
Versions: 2
Compression:
Stored size: 149 Bytes
Contents
Standup.script do self.description = 'Run remote shell (e.g. bash)' def run Kernel.exec "#{node.ssh_string} -t".tap(&:bright_p) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
standup-0.3.1 | scripts/shell.rb |
standup-0.3.0 | scripts/shell.rb |