Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local startup = http.get("https://raw.githubusercontent.com/l-7777777/lytim/DoorOS/startup.lua")
- local startupf = fs.open("startup", "w")
- startupf.write(startup.readAll())
- startupf.close()
- shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement