diff --git a/maze b/maze new file mode 100755 index 0000000..7c4793c --- /dev/null +++ b/maze @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cd "$(dirname "$(readlink -f "$0")")" || { echo "Error: Failed to cd to script directory" >&2; exit 1; }; + +exec lua main.lua "${@}";