removed the memory free part from luash
This commit is contained in:
parent
f736810fc3
commit
d234a9e4bf
@ -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 "").."> ")
|
||||
|
Loading…
Reference in New Issue
Block a user