summaryrefslogtreecommitdiff
path: root/run.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-09 17:49:43 -0600
committerJeff Carr <[email protected]>2024-03-09 17:49:43 -0600
commitec6f0a17781a279470eadce634513f37b27e59cb (patch)
tree8e4d974f426df3d54f56b7b6d5facdcb535a8927 /run.go
parentfe94c0057bd0c44317f22afeb0fe8432e0b18c64 (diff)
remove more old stuffv0.22.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'run.go')
-rw-r--r--run.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.go b/run.go
index 2a4f529..e016a8e 100644
--- a/run.go
+++ b/run.go
@@ -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 {