Added remote console output.

This commit is contained in:
2023-01-10 08:34:11 -05:00
parent d6a505fd00
commit 81b7259423
@@ -58,6 +58,8 @@ public class DevRequestHandler {
case "lastout":
MagicBot.sendResponse(event, getLastOutput());
return;
case "console":
commandString = "./mbdevconsole.sh";
default:
break;
}