local function dl(filename) local file=fs.open("/"..filename..".lua","w") local res = http.get("https://g.gh0.pw/ccprogs/plain/"..filename..".lua") file.write(res.readAll()) end dl(arg[1])