do local f=io.open("/boot/autoexec.lua") if f then pcall(load(f:read("*a"))) f:close() end end