diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 17:49:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 17:49:43 -0600 |
| commit | ec6f0a17781a279470eadce634513f37b27e59cb (patch) | |
| tree | 8e4d974f426df3d54f56b7b6d5facdcb535a8927 | |
| parent | fe94c0057bd0c44317f22afeb0fe8432e0b18c64 (diff) | |
remove more old stuffv0.22.2
Signed-off-by: Jeff Carr <[email protected]>
| -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 { |
