diff options
| -rw-r--r-- | shell.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
