Add luapath helper script

This commit is contained in:
Talia 2023-07-12 15:53:29 +02:00
parent 80607adc18
commit f6a6c0a478
1 changed files with 3 additions and 0 deletions

3
bin/luapath Executable file
View File

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