mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-15 06:48:07 +11:00
5 lines
74 B
Lua
5 lines
74 B
Lua
local arg = ...
|
|
if (arg == "") then
|
|
arg = "init.lua"
|
|
end
|
|
load_exec(arg)() |