mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
hex命令
This commit is contained in:
@@ -214,6 +214,9 @@ namespace CMLeonOS.shell
|
||||
case "snake":
|
||||
shell.PlaySnake();
|
||||
break;
|
||||
case "hex":
|
||||
shell.EditHexFile(args);
|
||||
break;
|
||||
case "alias":
|
||||
shell.ProcessAlias(args);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user