5 6 7 8
# File 'lib/docman/exec.rb', line 5 def Exec.do(cmd, output = false) `#{cmd}` $?.exitstatus == 0 end