瀏覽代碼

cleanup my mess

master
XeonSquared 11 月之前
父節點
當前提交
f311063a42
共有 1 個檔案被更改,包括 0 行新增0 行删除
  1. +0
    -0
      service/getty.lua

+ 0
- 0
service/getty.lua 查看文件

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




Loading…
取消
儲存