Add luapath helper script

This commit is contained in:
Talia 2023-07-12 15:53:29 +02:00
parent 80607adc18
commit f6a6c0a478

3
bin/luapath Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "$1/?.lua;$1/?/init.lua"