Beispiel #1
0
func init() {
	common.RegisterShell(&BashShell{Shell: "sh"})
	common.RegisterShell(&BashShell{Shell: "bash"})
}
func init() {
	common.RegisterShell(&PowerShell{})
}
Beispiel #3
0
func init() {
	common.RegisterShell(&CmdShell{})
}