fix bin/*.lua

This commit is contained in:
2020-08-24 13:18:56 +01:00
parent 7ccc6d2be4
commit b7e3e9dde9
2 changed files with 6 additions and 2 deletions

View File

@@ -1391,6 +1391,10 @@ end
]]
}
for _, file in pairs(fs.list "bin") do
FS_overlay[fs.combine("rom/programs", file)] = fproxy(fs.combine("bin", file))
end
local osshutdown = os.shutdown
local osreboot = os.reboot