8 lines
163 B
Text
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
|