mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
This commit is contained in:
commit
378fc579c7
@ -258,7 +258,7 @@ elseif #args == 0 and (io.input() ~= io.stdin) then
|
|||||||
io.write(expand(os.getenv("PS1") or "$ "))
|
io.write(expand(os.getenv("PS1") or "$ "))
|
||||||
local command = io.read("*l")
|
local command = io.read("*l")
|
||||||
if not command then
|
if not command then
|
||||||
io:write("exit\n")
|
io.write("exit\n")
|
||||||
end
|
end
|
||||||
command = text.trim(command)
|
command = text.trim(command)
|
||||||
if command == "exit" then
|
if command == "exit" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user