mgrep.sh.in (98B)
1 #!/bin/sh 2 d=LJCLANG_DEV_DIR 3 LUA_PATH=";;$d/?.lua" LD_LIBRARY_PATH="$d" luajit "$d/mgrep.lua" "$@"