Advertisement
Guest User

fW

a guest
Aug 20th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print("Finishing working")
  4. os.sleep(1)
  5. term.clear()
  6. term.setCursorPos(1, 1)
  7. print("Finishing working.")
  8. os.sleep(1)
  9. term.clear()
  10. term.setCursorPos(1, 1)
  11. print("Finishing working..")
  12. os.sleep(1)
  13. term.clear()
  14. term.setCursorPos(1, 1)
  15. print("Finishing working...")
  16. print("Shuting down")
  17. os.sleep(1)
  18. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement