From d4d51ac6d64a84c8d895ef3b77d29655a750f268 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 19 Jun 2017 18:33:42 +0000 Subject: [PATCH] changed the banner of luash --- modules/applications/luash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/luash.lua b/modules/applications/luash.lua index fd7b534..04c318f 100644 --- a/modules/applications/luash.lua +++ b/modules/applications/luash.lua @@ -1,7 +1,7 @@ function luash(si) s("lua shell",function() if _OSVERSION and _BD then - write(_OSVERSION.." (built at ".._BD..")\t") + write(_OSVERSION.." on "..nID.." (built at ".._BD..")\t") end print(tostring(computer.freeMemory()/1024).."K free.",_G.motd) print(_VERSION)