mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-15 14:58:07 +11:00
7 lines
167 B
Lua
7 lines
167 B
Lua
local thd = krequire("thd")
|
|
local utils = krequire("utils")
|
|
local arg = ...
|
|
local name = arg:match("/(.+%..+)^") or arg
|
|
thd.add(name, function()
|
|
load_exec(arg)()
|
|
end) |