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