added a banner to luash, also prints _G.motd now
This commit is contained in:
parent
d122d67c51
commit
6361815eeb
@ -1,5 +1,9 @@
|
||||
function luash(si)
|
||||
s("lua shell",function()
|
||||
if _OSVERSION and _BD then
|
||||
write(_OSVERSION.." (built at ".._BD..")\t")
|
||||
end
|
||||
print(tostring(computer.freeMemory()/1024).."K free.",_G.motd)
|
||||
print(_VERSION)
|
||||
while true do
|
||||
write("> ")
|
||||
|
Loading…
Reference in New Issue
Block a user