summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.go b/shell.go
index fa30d5b..4b309e0 100644
--- a/shell.go
+++ b/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)