Class: Escualo::Script::Standard

Inherits:
Mode
  • Object
show all
Defined in:
lib/escualo/script.rb

Instance Method Summary collapse

Methods inherited from Mode

#run_commands_for!

Instance Method Details

#finish!Object



34
35
# File 'lib/escualo/script.rb', line 34

def finish!
end

#run_command!(command, ssh, options) ⇒ Object



30
31
32
# File 'lib/escualo/script.rb', line 30

def run_command!(command, ssh, options)
  ssh.shell.perform! command, options
end

#start!Object



27
28
# File 'lib/escualo/script.rb', line 27

def start!(*)
end