Advertisement
Guest User

shutdown

a guest
Jan 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. monitor.setBackgroundColor(32768)
  2. monitor.setTextColor(32768)
  3. monitor.clear()
  4. print("Goodbye")
  5. sleep(1)
  6. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement