更新一大堆

This commit is contained in:
2026-02-12 23:53:21 +08:00
parent 6107ecc2db
commit 82ecd84a35
6 changed files with 3 additions and 166 deletions

View File

@@ -166,12 +166,6 @@ namespace CMLeonOS.shell
case "grep":
shell.GrepFile(args);
break;
case "backup":
shell.BackupSystem(args);
break;
case "restore":
shell.RestoreSystem(args);
break;
case "ftp":
shell.CreateFTP();
break;