ooga booga i cant make my own boot script - chris

This commit is contained in:
2026-01-16 16:53:29 -05:00
parent df4823940d
commit 1b21c87654
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--:Minify:--
local BOOT_DRIVE_PATH="/$"
local BOOT_DRIVE_PATH=... or "/$"
---@diagnostic disable-next-line: undefined-global
local term = term
local os = os
@@ -65,7 +65,7 @@ end
-- Wrap all in xpcall to catch errors
local ok, err = xpcall(function()
local apis={}
local apis={BOOT_DRIVE_PATH=BOOT_DRIVE_PATH}
-- List of standard Lua globals
local lua = {