multimaze/maze

5 lines
151 B
Plaintext
Raw Normal View History

2020-09-12 23:41:57 +00:00
#!/usr/bin/env sh
cd "$(dirname "$(readlink -f "$0")")" || { echo "Error: Failed to cd to script directory" >&2; exit 1; };
exec lua main.lua "${@}";