2019-04-07 23:15:01 -05:00
|
|
|
# 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
|
|
|
|
|
|
|
|
```
|
2024-01-25 00:39:14 -06:00
|
|
|
go get -v -t -u go.wit.com/lib/gui/shell
|
2019-04-07 23:15:01 -05:00
|
|
|
```
|
|
|
|
# License
|
|
|
|
|
2023-02-10 15:56:10 -06:00
|
|
|
The same License as GO itself
|