diff options
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) |
