summaryrefslogtreecommitdiff
path: root/README.md
blob: 1e41881c10b64ff9ce971176b81a0a4270aad37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 go.wit.com/lib/gui/shell
```
# License

The same License as GO itself