Ejemplo n.º 1
0
func executeCommand(cmd string) []byte {
	return cmds.SetAndExecuteCmd(cmd)

}
Ejemplo n.º 2
0
func executeCommand(cmd string) {
	cmds.SetAndExecuteCmd(cmd)

}