mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
实现用户态程序
This commit is contained in:
@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
|
||||
case "markit":
|
||||
shell.ProcessMarkit(args);
|
||||
break;
|
||||
case "runbin":
|
||||
shell.ProcessRunbin(args);
|
||||
break;
|
||||
case "femboy":
|
||||
shell.ProcessFemboy();
|
||||
break;
|
||||
@@ -257,6 +260,9 @@ namespace CMLeonOS.shell
|
||||
case "exportbackground":
|
||||
shell.ProcessExportBackground(args);
|
||||
break;
|
||||
case "exporttestexe":
|
||||
shell.ProcessExportTestExe(args);
|
||||
break;
|
||||
default:
|
||||
shell.ShowError($"Unknown command: {command}");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user