parent
e2c6ba0c2b
commit
f0b70125e8
2
shell.go
2
shell.go
|
@ -114,6 +114,8 @@ func Exec(cmdline string) {
|
|||
}
|
||||
|
||||
// run interactively. output from the cmd is in real time
|
||||
// shows all the output. For example, 'ping -n localhost'
|
||||
// shows the output like you would expect to see
|
||||
func NewRun(workingpath string, cmd []string) error {
|
||||
log.Log(INFO, "NewRun() ", cmd)
|
||||
|
||||
|
|
Loading…
Reference in New Issue