Advertisement
SaintMiner

Untitled

Feb 15th, 2023
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local files = {
  2. ["RH94e821"] = "dry.lua",
  3. ["4PrqeA2e"] = "miner.lua",
  4. ["Mw8NJYUu"] = "startup.lua",
  5. ["VXiHKX2A"] = "work.lua",
  6. }
  7.  
  8. for pastebin, path in pairs(files) do
  9. if fs.exists(path) then
  10. fs.delete(path)
  11. end
  12.  
  13. shell.run("pastebin get " .. pastebin .. " " .. path)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement