Advertisement
thegreatstudio

restart

Mar 16th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. print("Restarting the Computer.")
  2. os.sleep(1)
  3. print("Killing the applications")
  4. os.sleep(1)
  5. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement