Method: Scriptster.cmd

Defined in:
lib/scriptster.rb

.cmd(*args) ⇒ Object

Execute a shell command

See Also:



49
50
51
# File 'lib/scriptster.rb', line 49

def self.cmd(*args)
  ShellCmd.new *args
end