summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-04-07 21:15:01 -0700
committerJeff Carr <[email protected]>2019-04-07 21:15:01 -0700
commita4e5ee76fb977b877248f38326fc24332ef87388 (patch)
tree2ab3113fa849f9f0c8cb0779b1f6439fe204413d /README.md
initial commit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
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