Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Clearing CraftOS/TurtleOS boot text
- term.clear()
- -- POST screen
- print("Celect BIOS")
- print("Press any key in 5 seconds to enter settings -- BROKEN --")
- function listen()
- os.pullEvent("key")
- shell.run("/brom/pset")
- os.reboot()
- end
- function wait()
- sleep(5)
- shell.run("/bsec")
- os.shutdown()
- end
- --parallel.waitForAny(listen, wait)
- wait()
Advertisement
Add Comment
Please, Sign In to add comment