mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
嘿克
This commit is contained in:
@@ -70,6 +70,12 @@ namespace CMLeonOS.Commands
|
||||
Description = "Simple calculator"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "calcgui",
|
||||
Parameters = "",
|
||||
Description = "TUI calculator"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "history",
|
||||
Parameters = "",
|
||||
@@ -248,6 +254,12 @@ namespace CMLeonOS.Commands
|
||||
Description = "Show system uptime"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "matrix",
|
||||
Parameters = "",
|
||||
Description = "Show Matrix effect (The Matrix movie)"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "branswe",
|
||||
Parameters = "<filename>",
|
||||
|
||||
Reference in New Issue
Block a user