Jeff Carr
0b634a2a53
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
example1 | ||
example2 | ||
.gitignore | ||
LICENSE | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
args.go | ||
chomp.go | ||
int.go | ||
linux.go | ||
md5sum.go | ||
nohup.out | ||
run.go | ||
shell.go | ||
ssh.go | ||
structs.go | ||
wget.go | ||
windows.go | ||
windowsWrapper.go |
README.md
shell
A way to execute simple commands in a 'shell-like' way
This should correctly capture stdout and stderr in a non-blocking unbuffered way
install
go get -v -t -u go.wit.com/lib/gui/shell
License
The same License as GO itself