summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 21:39:25 -0500
committerJeff Carr <[email protected]>2024-11-01 21:39:25 -0500
commite2c6ba0c2b8d4be193835b59eda858b5136c544d (patch)
treea1401621de56998d528249395ccd240669d8f993 /shell.go
parent2940358bf9ae7552dc876835b3651e375f6ec14c (diff)
commit notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'shell.go')
-rw-r--r--shell.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.go b/shell.go
index a81c4a5..fa30d5b 100644
--- a/shell.go
+++ b/shell.go
@@ -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)