Go to file
Jeff Carr 402d0be4fc no longer need these here
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-31 14:28:38 -06:00
example1 new home 2024-01-25 00:39:14 -06:00
example2 new home 2024-01-25 00:39:14 -06:00
.gitignore no longer need these here 2024-01-31 14:28:38 -06:00
LICENSE wrong URL's & no LICENSE file (ya, now there are 2. deal with it) 2023-02-10 15:56:10 -06:00
LICENSE.md wrong URL's & no LICENSE file (ya, now there are 2. deal with it) 2023-02-10 15:56:10 -06:00
Makefile new home 2024-01-25 00:39:14 -06:00
README.md new home 2024-01-25 00:39:14 -06:00
args.go new home 2024-01-25 00:39:14 -06:00
chomp.go new home 2024-01-25 00:39:14 -06:00
int.go new home 2024-01-25 00:39:14 -06:00
linux.go new home 2024-01-25 00:39:14 -06:00
md5sum.go new home 2024-01-25 00:39:14 -06:00
nohup.out move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
run.go new home 2024-01-25 00:39:14 -06:00
shell.go new home 2024-01-25 00:39:14 -06:00
ssh.go new home 2024-01-25 00:39:14 -06:00
structs.go new home 2024-01-25 00:39:14 -06:00
wget.go new home 2024-01-25 00:39:14 -06:00
windows.go new home 2024-01-25 00:39:14 -06:00
windowsWrapper.go new home 2024-01-25 00:39:14 -06:00

README.md

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