remove more old stuff

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-03-09 17:49:43 -06:00
parent fe94c0057b
commit ec6f0a1778
1 changed files with 2 additions and 0 deletions

2
run.go
View File

@ -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 {