diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
