func executeCommand(cmd string) []byte { return cmds.SetAndExecuteCmd(cmd) }
func executeCommand(cmd string) { cmds.SetAndExecuteCmd(cmd) }