removed the memory free part from luash

This commit is contained in:
Izaya 2017-08-03 12:24:06 +10:00
parent f736810fc3
commit d234a9e4bf
1 changed files with 1 additions and 2 deletions

View File

@ -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 "").."> ")