ooga booga i cant make my own boot script - chris
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local file = fs.open("/disk/boot/cct/eeprom")
|
||||
local text = file.readAll()
|
||||
file.close()
|
||||
|
||||
local func = load(text, "@bios.lua")
|
||||
|
||||
func()
|
||||
Reference in New Issue
Block a user