changed the banner of luash

This commit is contained in:
Izaya 2017-06-19 18:33:42 +00:00
parent 97bb86e2cd
commit d4d51ac6d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
function luash(si) function luash(si)
s("lua shell",function() s("lua shell",function()
if _OSVERSION and _BD then if _OSVERSION and _BD then
write(_OSVERSION.." (built at ".._BD..")\t") write(_OSVERSION.." on "..nID.." (built at ".._BD..")\t")
end end
print(tostring(computer.freeMemory()/1024).."K free.",_G.motd) print(tostring(computer.freeMemory()/1024).."K free.",_G.motd)
print(_VERSION) print(_VERSION)