v1.13.0 - Added shutdown and reboot commands.

This commit is contained in:
TheWahlolly
2025-07-02 11:48:51 +03:00
parent eb155c4ace
commit f3d10bc82a
8 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.12.6"
_G._OSVERSION = "Halyde 1.13.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat