# File lib/openshift-origin-node/utils/shell_exec.rb, line 32 def shellCmd(cmd, pwd = ".", ignore_err = true, expected_rc = 0, timeout = 3600) OpenShift::Utils::ShellExec.shellCmd(cmd, pwd, ignore_err, expected_rc, timeout) end