A simple script that convert every lua file to a bytecode file. It uses the standard Lua compiler.
Simply execute the script passing a directory as a parameter, as the example:
./lua_to_bytecode.sh -d src/Then, the program will create a new build directory in the same directory where the script was executed.