MudkipTheEpic

Installer for Chat

Jun 9th, 2013
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local prog=shell.getRunningProgram()
  2.  
  3. link="https://raw.github.com/MudkipTheEpic/chatHTTP/master/Client"
  4. i=fs.open(prog,"w")
  5. i.write(http.get(link).readAll())
  6. i.close()
  7. shell.run(prog)
Advertisement
Add Comment
Please, Sign In to add comment