Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- resp = http.get("http://dl.dropbox.com/u/96692542/Meh/install")
- ak = io.open("/installMeh","w")
- ak:write(resp.readAll())
- ak:close()
- fs.delete(shell.getRunningProgram())
- shell.run("/installMeh")
Add Comment
Please, Sign In to add comment