Advertisement
Susceptance

turtle_main_update

Sep 15th, 2022 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Files = {['update.lua'] = 'ae4jEqcq', ['turtlelib.lua'] = 'ZGkRCdCP', ['goto.lua'] = 'bMN5AgTC'}
  2.  
  3. for key, val in pairs(Files) do
  4. shell.run("delete "..key)
  5. shell.run("pastebin get "..val.." "..key)
  6. end
  7.  
  8. print('Updates complete!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement