Go to file
Jeff Carr c449abf906 typo
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-04-07 21:16:56 -07:00
LICENSE initial commit 2019-04-07 21:15:01 -07:00
Makefile initial commit 2019-04-07 21:15:01 -07:00
README.md initial commit 2019-04-07 21:15:01 -07:00
shell.go typo 2019-04-07 21:16:56 -07:00

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 GPL 3.0 Project.

Credits

  • The developers that made the golang (analabs) cross platform UI