diff options
| author | Jeff Carr <[email protected]> | 2019-06-04 20:20:15 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-04 20:20:15 -0700 |
| commit | 04029988b17bdd76dddde9392b2889926013bb8b (patch) | |
| tree | 779d4a07a35a8b6df9280eab5ac82ecd78156c55 /example1/main.go | |
| parent | 7e68be74193735678b1ac6e1bb51c0efa8bbda9c (diff) | |
capture the output for Run()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1/main.go')
| -rw-r--r-- | example1/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example1/main.go b/example1/main.go index ee48938..39ce6fc 100644 --- a/example1/main.go +++ b/example1/main.go @@ -12,7 +12,6 @@ import "os" import "git.wit.com/wit/shell" func main() { - shell.Run("ls /tmp") shell.Run("ping -c 3 localhost") |
