Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Note:
- you have to name this something different than shutdown, otherwise it will get in a unstopable loop]]--
- term.clear()
- term.setCursorPos(1,1)
- print("Logging Out")
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- print("Shutting Down")
- sleep(1)
- write(". . . . . . . . . .")
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- shell.run("shutdown")
Advertisement
Add Comment
Please, Sign In to add comment