Advertisement
thegreatstudio

quit

Mar 16th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. print("Shutting Down your computer..")
  2. os.sleep(1)
  3. print("Killing Apps")
  4. os.sleep(1)
  5. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement