diff --git a/modules/applications/luash.lua b/modules/applications/luash.lua index ffdef91..513e087 100644 --- a/modules/applications/luash.lua +++ b/modules/applications/luash.lua @@ -1,7 +1,6 @@ function luash(si) spawn("lua shell",function() - coroutine.yield() - print(_OSVERSION..", "..string.format("%4d",computer.totalMemory()/1024).."K memory, "..string.format("%4d",computer.freeMemory()/1024).."K free") + print(_OSVERSION..", "..string.format("%4d",computer.totalMemory()/1024).."K memory") print(_VERSION) while true do write((os.getenv("PWD") or "").."> ")