stuff
This commit is contained in:
7
LIB/init.moon
Normal file
7
LIB/init.moon
Normal file
@@ -0,0 +1,7 @@
|
||||
path = ...
|
||||
|
||||
if path\sub(-4) == "init"
|
||||
path = path\sub 1, -6
|
||||
path = "." unless path
|
||||
|
||||
return require "#{path}/slab"
|
Reference in New Issue
Block a user