Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local files = {
- ["ToyReactor.lua"] = "eBuMBKhd",
- ["Elements.lua"] = "K3kJdU4Q",
- ["Control.lua"] = "UwBVnXfv",
- ["Instrumentation.lua"] = "k9PGg8cx",
- }
- 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