6 lines
176 B
Lua
6 lines
176 B
Lua
shell.execute("rm", "main.lua")
|
|
shell.execute("wget", "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/main.lua")
|
|
sleep(5)
|
|
local main = require("main")
|
|
main.run()
|