mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-24 11:34:00 +00:00
多任务
This commit is contained in:
@@ -163,6 +163,12 @@ namespace CMLeonOS.shell
|
||||
case "uptime":
|
||||
shell.ShowUptime();
|
||||
break;
|
||||
case "ps":
|
||||
shell.ShowProcesses();
|
||||
break;
|
||||
case "kill":
|
||||
shell.KillProcess(args);
|
||||
break;
|
||||
case "grep":
|
||||
shell.GrepFile(args);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user