Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local files = {
- ["/apis/reactor/init.lua"] = "futi7rEs",
- ["/apis/reactor/Rod.lua"] = "F7e3A6Jv",
- ["/apis/reactor/Battery.lua"] = "3SuTAhhZ",
- ["/apis/reactor/CoolantTank.lua"] = "a5PhpH9L",
- ["/apis/reactor/FuelTank.lua"] = "T5yQYq2t",
- ["/apis/reactor/Reactor.lua"] = "t3bJddFG",
- }
- for file_name, pastebin_id in pairs(files) do
- if fs.exists(file_name) then
- fs.delete(file_name)
- end
- shell.run("pastebin get " .. pastebin_id .. " " .. file_name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement