This website requires JavaScript.
Explore
Help
Sign In
darkwiiplayer
/
darkrc
Watch
1
Star
0
Fork
You've already forked darkrc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
337df78954
darkrc
/
bin
/
luapath
4 lines
65 B
Text
Raw
Normal View
History
Unescape
Escape
Add luapath helper script
2023-07-12 13:53:29 +00:00
#!/bin/sh
Make luapath script return the whole export So it can now be called as $(luapath .) in the shell
2023-10-09 08:00:54 +00:00
echo 'export LUA_PATH="'"$1/?.lua;$1/?/init.lua;;"'"'
Reference in a new issue
Copy permalink