//
pkg.gl
Category
github.com/godevsig/glib
sys
shell
package
0.1.1
Repository:
https://github.com/godevsig/glib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
47 SLOC
#
Functions
New
New creates a new shell, sh can be "sh" or "bash" or anyother system supported shell.
Run
Run is shortcut for New("sh").Run(cmd).
RunWith
RunWith is shortcut for New("sh").RunWith(in, out).
#
Structs
Shell
Shell is shell.