darkrc/bin/luapath
DarkWiiPlayer c7fa78c3a4 Make luapath script return the whole export
So it can now be called as $(luapath .) in the shell
2023-10-09 10:00:54 +02:00

3 lines
65 B
Bash
Executable file

#!/bin/sh
echo 'export LUA_PATH="'"$1/?.lua;$1/?/init.lua;;"'"'