Add login script

This commit is contained in:
WahPlus
2025-10-30 16:03:09 +02:00
parent 3c99c26ea3
commit 86f825d14b
4 changed files with 61 additions and 9 deletions
-2
View File
@@ -129,8 +129,6 @@ end
local shareTable = ipc.shareWithAll()
shareTable.shell = _G.shell
terminal.clear()
print(shellcfg["startupMessage"]:format(_OSVERSION, shellcfg.splashMessages[math.random(1, #shellcfg.splashMessages)]))
while true do
coroutine.yield()