killer64

httpnet downloader

Sep 24th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. if not http then
  2.     error("This requires http dumbass")
  3. end
  4. local f=shell.getRunningProgram()
  5. local file=fs.open(f,"w")
  6. file:write(http.get("https://raw.github.com/P-T-/HTTPNet/master/API/httpnet").readAll())
  7. file:close()
  8. dofile(f)
Add Comment
Please, Sign In to add comment