v0.5.1 - Squashed a few bugs, added the startup message to shell.cfg to make it modifiable.

This commit is contained in:
TheWahlolly
2025-04-26 09:13:52 +03:00
parent 2fef3daec3
commit d220b9d648
4 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.5.0"
_G._OSVERSION = "Halyde 0.5.1"
function _G.import(module, ...)
local args = table.pack(...)
+1 -1
View File
@@ -5,7 +5,7 @@ local event = import("event")
_G.shell = {}
_G.shell.workingDirectory = "/"
print("\n\n".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n\n ')
print(shellcfg["startupMessage"])
while true do
coroutine.yield()
-- print(shell.workingDirectory .. " >")