package
0.1.1
Repository: https://github.com/godevsig/glib.git
Documentation: pkg.go.dev

# Functions

New creates a new shell, sh can be "sh" or "bash" or anyother system supported shell.
Run is shortcut for New("sh").Run(cmd).
RunWith is shortcut for New("sh").RunWith(in, out).

# Structs

Shell is shell.