Files
Halyde/halyde/core/shell.lua
T

11 lines
279 B
Lua

import("termlib")
local event = import("event")
--local ocelot = component.proxy(component.list("ocelot")())
print("\n\n".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n')
while true do
coroutine.yield()
read()
--ocelot.log(tostring(args[1]))
end