Ejemplo n.º 1
0
func init() {
	common.RegisterShell(&BashShell{Shell: "sh"})
	common.RegisterShell(&BashShell{Shell: "bash"})
}
Ejemplo n.º 2
0
func init() {
	common.RegisterShell(&PowerShell{})
}
Ejemplo n.º 3
0
func init() {
	common.RegisterShell(&CmdShell{})
}