From a4e5ee76fb977b877248f38326fc24332ef87388 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 7 Apr 2019 21:15:01 -0700 Subject: initial commit Signed-off-by: Jeff Carr --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8d1918 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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 -- cgit v1.2.3