This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/startup
2022-07-18 19:33:40 +02:00

8 lines
163 B
Text

term.clear()
term.setCursorPos(1,1)
if fs.exists("/boot/ofbl") then
shell.execute("/boot/ofbl")
else
print("Can't boot FREAX: /boot/ofbl not found")
return
end