fishermedders

Fishub Downloader

May 31st, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. print("Downloading Fishub from Github master branch.")
  2. cont = http.get("https://raw.githubusercontent.com/fishermedders/cc/master/fishub").readAll()
  3. file = fs.open("fishub","w")
  4. file.write(cont)
  5. file.close()
  6. print("Successfully Downloaded Fishub. Use Command \"fishub\" to access.")
Add Comment
Please, Sign In to add comment