Browse Source

cleanup my mess

master
XeonSquared 11 months ago
parent
commit
f311063a42
1 changed files with 0 additions and 0 deletions
  1. +0
    -0
      service/getty.lua

+ 0
- 0
service/getty.lua View File

@@ -38,7 +38,6 @@ local function spawnShell(fin,fout)
io.output(fout):setvbuf("no")
print(_OSVERSION.." - "..tostring(math.floor(computer.totalMemory()/1024)).."K RAM")
print((os.getenv("HOSTNAME") or "unknown") .. " on " .. fin)
return os.spawn(shell.interactive, "shell: "..tostring(fin))
end



Loading…
Cancel
Save