public Method

Sys.run(cmd)

Run the system command cmd.

Source Code

# File rake/contrib/sys.rb, line 54
def run(cmd)
  log cmd
  system(cmd) or fail "Command Failed: [#{cmd}]"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.