Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSystemShellPath ¶
GetSystemShellPath - Find bash or sh
Types ¶
type Shell ¶
type Shell struct {
ID uint64
Command *exec.Cmd
Stdout io.ReadCloser
Stdin io.WriteCloser
Stderr io.ReadCloser
Cancel context.CancelFunc
}
Shell - Struct to hold shell related data
func StartInteractive ¶
StartInteractive - Start a shell
Click to show internal directories.
Click to hide internal directories.