Method: ThorSsh::RemoteFile#run

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

#run(command) ⇒ Object



36
37
38
# File 'lib/thor-ssh/remote_file.rb', line 36

def run(command)
  return base.exec(command)
end