Searched defs:RunCmd (Results 1 – 2 of 2) sorted by relevance
23 func RunCmd(timeout time.Duration, dir, bin string, args ...string) ([]byte, error) { func
112 def RunCmd(args, cwd=None): function