Go to file
Jeff Carr 096a4b17d1 more log() cleanups
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-05 20:52:42 -06:00
example1 move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
example2 move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
.gitignore capture the output for Run() 2019-06-04 20:20:15 -07: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 use same name for github everywhere 2024-01-05 20:14:38 -06:00
README.md move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
args.go more log() cleanups 2024-01-05 20:52:42 -06:00
chomp.go quiet Chomp() debugging 2019-06-15 19:17:37 -07:00
go.mod oops + bump version 2024-01-05 20:07:49 -06:00
go.sum oops + bump version 2024-01-05 20:07:49 -06:00
int.go handle int64 2019-06-06 20:55:21 -07:00
linux.go move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
md5sum.go show err 2019-06-15 00:27:15 -07:00
nohup.out move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
run.go more log() cleanups 2024-01-05 20:52:42 -06:00
shell.go use 'go.wit.com/log' 2024-01-05 20:01:07 -06:00
ssh.go more log() cleanups 2024-01-05 20:52:42 -06:00
structs.go track cmd failures 2019-06-16 11:59:40 -07:00
wget.go move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
windows.go move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
windowsWrapper.go import log 2019-06-14 18:49:54 -07: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/shell

License

The same License as GO itself