forked from izaya/OC-PsychOS2
made the version thingo print a line this is important
This commit is contained in:
parent
ff321804ee
commit
1c416be625
@ -6,7 +6,7 @@ for k,v in pairs(fs.list("/dev/")) do
|
|||||||
if v:sub(1,3) == "tty" then
|
if v:sub(1,3) == "tty" then
|
||||||
dprint(tostring(io.input("/dev/"..v)))
|
dprint(tostring(io.input("/dev/"..v)))
|
||||||
dprint(tostring(io.output("/dev/"..v)))
|
dprint(tostring(io.output("/dev/"..v)))
|
||||||
io.write(_OSVERSION.." - "..tostring(math.floor(computer.totalMemory()/1024)).."K RAM")
|
print(_OSVERSION.." - "..tostring(math.floor(computer.totalMemory()/1024)).."K RAM")
|
||||||
os.spawnfile("/boot/exec/shell.lua")
|
os.spawnfile("/boot/exec/shell.lua")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user