blob: c712f9ed907fbd8d451a257e832fba732bf18afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 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
|