* Add `system.shutdown()` * Add `system.reboot()` * Add `clear` command * Add `shutdown [-r]` command
5 lines
155 B
Lua
5 lines
155 B
Lua
system.output = ""
|
|
system.input = ""
|
|
ram.newline_before_prefix = false
|
|
-- No need to refresh because main.lua already does so after executing the command.
|