2020-07-21 12:08:01 -04:00

3 lines
135 B
Lua

package.path="?.lua;?/init.lua;?.lua;?/?/init.lua;"..package.path
-- I like using the state machine much better than the regex method.