remove more old stuff
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
fe94c0057b
commit
ec6f0a1778
2
run.go
2
run.go
|
@ -17,6 +17,7 @@ var msecDelay int = 20 // check every 20 milliseconds
|
||||||
// exiterr.Sys().(syscall.WaitStatus)
|
// exiterr.Sys().(syscall.WaitStatus)
|
||||||
|
|
||||||
// run command and return it's output
|
// run command and return it's output
|
||||||
|
/*
|
||||||
func RunCapture(cmdline string) string {
|
func RunCapture(cmdline string) string {
|
||||||
test := New()
|
test := New()
|
||||||
test.Exec(cmdline)
|
test.Exec(cmdline)
|
||||||
|
@ -29,6 +30,7 @@ func RunWait(args []string) *OldShell {
|
||||||
test.Exec(cmdline)
|
test.Exec(cmdline)
|
||||||
return test
|
return test
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// var newfile *shell.File
|
// var newfile *shell.File
|
||||||
func RunString(args string) bool {
|
func RunString(args string) bool {
|
||||||
|
|
Loading…
Reference in New Issue