Jeff Carr
a3042062d8
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
example1 | ||
example2 | ||
.gitignore | ||
Makefile | ||
README.md | ||
chomp.go | ||
int.go | ||
linux.go | ||
md5sum.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 git.wit.com/jcarr/shell
License
This is a LGPL 3.0 Project. Hopefully. golang has a lot of wierd reprocussions for the GPL/LGPL
Credits
- The developers that made the golang (analabs) cross platform UI