Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- shell.run("core")
- term.setTextColor(colors.red)
- print("Oh no!")
- print("ShutdownOS exited unexpectedly.")
- term.setTextColor(colors.white)
- print("Press any key in 5 seconds to reboot")
- sleep(5)
- os.pullEvent("key")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment