summaryrefslogtreecommitdiff
path: root/run.go
diff options
context:
space:
mode:
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 {