computercraft startup local id = "iyukjxxN" -- pastebin id here local name = "run" -- program name here shell.run("rm "..name) shell.run("pastebin get "..id.." "..name) shell.run(name) computercraft startup