Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local programName = "barrel.lua"
- local programCode = "FWxJ1NJC"
- local index = "startup"
- if (fs.exists(programName) == false) then
- shell.run("rm " .. programName)
- shell.run("pastebin get " .. programCode .. " " .. programName)
- end
- shell.run(programName .. " " .. index)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement