stuff
This commit is contained in:
8
LIB/init.lua
Normal file
8
LIB/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local path = ...
|
||||
if path:sub(-4) == "init" then
|
||||
path = path:sub(1, -6)
|
||||
if not (path) then
|
||||
path = "."
|
||||
end
|
||||
end
|
||||
return require(tostring(path) .. "/slab")
|
Reference in New Issue
Block a user