Advertisement
Leon_Lejon

shutdown

May 17th, 2024
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColour(colors.red)
  4. print("Shutting down")
  5. sleep(3)
  6. term.clear()
  7. term.setTextColor(colors.green)
  8. term.setCursorPos(1,1)
  9. textutils.slowPrint("...",3)
  10. sleep(1)
  11. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement