computercraft/startup
2023-11-22 23:03:25 +01:00

8 lines
107 B
Lua

-- vi: ft=lua
local script = "script"
shell.run("rm", script)
shell.run("get", script)
shell.run(script)