diff options
Diffstat (limited to 'run.go')
| -rw-r--r-- | run.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ var msecDelay int = 20 // check every 20 milliseconds // exiterr.Sys().(syscall.WaitStatus) // run command and return it's output +/* func RunCapture(cmdline string) string { test := New() test.Exec(cmdline) @@ -29,6 +30,7 @@ func RunWait(args []string) *OldShell { test.Exec(cmdline) return test } +*/ // var newfile *shell.File func RunString(args string) bool { |
