Runs a command.
Parameters:
The name or path of the program to run.
The additional arguments to run with the program.
35 36 37
# File 'lib/pullr/command_line.rb', line 35 def sh(program,*args) system(program,*args) end