GochiPC

reboot

Dec 25th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.yellow)
  4. print("Rebooting")
  5. sleep(2)
  6. os.reboot()
  7.  
Add Comment
Please, Sign In to add comment