Skip to content

Commit c492a66

Browse files
committed
miniOS classic 0.6.4 - Bug fixes and the newest editor from OpenOS
1 parent eafea1c commit c492a66

File tree

6 files changed

+533
-193
lines changed

6 files changed

+533
-193
lines changed

miniOS/command.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,8 @@ while true do
281281
table.remove(history, 1)
282282
end
283283
end
284-
if shell.runline(line) == "exit" then return true end
284+
if shell.runline(line) == "exit" then
285+
miniOS.cmdBat[#miniOS.cmdBat] = nil
286+
return true
287+
end
285288
end

0 commit comments

Comments
 (0)