diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:39:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:39:25 -0500 |
| commit | e2c6ba0c2b8d4be193835b59eda858b5136c544d (patch) | |
| tree | a1401621de56998d528249395ccd240669d8f993 /shell.go | |
| parent | 2940358bf9ae7552dc876835b3651e375f6ec14c (diff) | |
commit notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ func Exec(cmdline string) { os.Exit(0) } +// run interactively. output from the cmd is in real time func NewRun(workingpath string, cmd []string) error { log.Log(INFO, "NewRun() ", cmd) |
