Go to file
Jeff Carr 2e37ee24f7 use standard log
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-06-16 10:54:45 -07:00
example1 capture the output for Run() 2019-06-04 20:20:15 -07:00
example2 capture the output for Run() 2019-06-04 20:20:15 -07:00
.gitignore capture the output for Run() 2019-06-04 20:20:15 -07:00
Makefile initial commit 2019-04-07 21:15:01 -07:00
README.md add shell.Cat() 2019-06-14 19:05:17 -07:00
chomp.go quiet Chomp() debugging 2019-06-15 19:17:37 -07:00
int.go handle int64 2019-06-06 20:55:21 -07:00
linux.go add linux / windows build files 2019-06-14 04:20:29 -07:00
md5sum.go show err 2019-06-15 00:27:15 -07:00
run.go use standard log 2019-06-16 10:54:45 -07:00
shell.go smarter go syntax for Run() 2019-06-16 10:49:01 -07:00
ssh.go go-ssh workarounds for easier code automation 2019-06-14 17:53:04 -07:00
structs.go smarter go syntax for Run() 2019-06-16 10:49:01 -07:00
wget.go debugging for Write() 2019-06-14 18:45:05 -07:00
windows.go add linux / windows build files 2019-06-14 04:20:29 -07: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 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