AdventurousMR

Terminal Download

Jul 10th, 2022 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --Terminal Download Code--
  2.  
  3. --Download Files Under Here:
  4. shell.run("pastebin get ZbMPSH1Z temp-turtle.lua")
  5. if (fs.exists("temp-turtle.lua")) then
  6. fs.delete("turtle.lua")
  7. fs.move("temp-turtle.lua", "turtle.lua")
  8. end
  9. ----------------------------
  10. term.clear()
  11. term.setCursorPos(1,1)
  12. fs.delete(".download.lua") --Deletes self so the system cannot be downloaded again
Add Comment
Please, Sign In to add comment