multimaze/maze
2020-09-13 00:38:28 +01:00

4 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
cd "$(dirname "$(readlink -f "$0")")" || { echo "Error: Failed to cd to script directory" >&2; exit 1; };
exec lua main.lua "${@}";