From f6a6c0a478c570cdc460079928d9d1416eb06e0f Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 12 Jul 2023 15:53:29 +0200 Subject: [PATCH] Add luapath helper script --- bin/luapath | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/luapath diff --git a/bin/luapath b/bin/luapath new file mode 100755 index 0000000..3048c5f --- /dev/null +++ b/bin/luapath @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "$1/?.lua;$1/?/init.lua"