diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:40:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:40:30 -0500 |
| commit | f0b70125e84b3f998cbc68383678b0ae6e5b4261 (patch) | |
| tree | 0a59817c23b6dcb6d304f1550509ac97aaded4df | |
| parent | e2c6ba0c2b8d4be193835b59eda858b5136c544d (diff) | |
better notes
Signed-off-by: Jeff Carr <[email protected]>
| -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) |
