urgemcsplurge

GitHub

Jan 19th, 2022 (edited)
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local arg1 = ...
  2. local sExample = http.get("https://raw.githubusercontent.com/sailorman98/turtles/main/"..arg1) --Get contents of page
  3. file = fs.open(arg1, "w")
  4. file.write(sExample.readAll())
  5. file.close()
Add Comment
Please, Sign In to add comment