Guest User

shutdown

a guest
May 17th, 2024
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  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()
Add Comment
Please, Sign In to add comment