Example #1
0
func executeCommand(cmd string) []byte {
	return cmds.SetAndExecuteCmd(cmd)

}
Example #2
0
func executeCommand(cmd string) {
	cmds.SetAndExecuteCmd(cmd)

}