Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local files = {
- ["/apis/gui/init.lua"] = "4t1tu5qN",
- ["/apis/gui/Cell.lua"] = "n7pwxAPW",
- ["/apis/gui/Buffer.lua"] = "GNCWmUVZ",
- ["/apis/gui/Element.lua"] = "7KPevq3C",
- ["/apis/gui/Text.lua"] = "FTWXUXK4",
- ["/apis/gui/Display.lua"] = "ALLDigkp",
- }
- 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