moverperfect

startup

Oct 3rd, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. path = shell.path()
  2. path = path..":/disk/lib/:/lib/"
  3. shell.setPath (path)
  4.  
  5. print("Would you like to update mupdater?")
  6. print("y/n")
  7. response=read()
  8. if response == "y" then
  9.     shell.run("rm","mupdater")
  10.     shell.run("pastebin","get","hEs6MJE3","mupdater")
  11. elseif response == "n" then
  12.     return 1
  13. end
Advertisement
Add Comment
Please, Sign In to add comment