Advertisement
AdventurousMR

Turtle Startup

Jun 29th, 2022 (edited)
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --Turtle Startup Code--
  2.  
  3. shell.run("pastebin get TMxN8eq9 temp-download.lua")
  4. if (fs.exists("temp-download.lua")) then
  5.     fs.delete(".download.lua")
  6.     fs.move("temp-download.lua", ".download.lua")
  7. end
  8.  
  9. shell.run(".download")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement