Method: ThorSsh::Actions#exec

Defined in:
lib/thor-ssh/actions.rb

#exec(command, options = {}) ⇒ Object

Similar to run, but silent and always executes on the remote server



79
80
81
# File 'lib/thor-ssh/actions.rb', line 79

def exec(command, options={})
  return destination_server.run(command, options)
end