maze: use sh to be more portable

This commit is contained in:
Starbeamrainbowlabs 2020-09-13 00:41:57 +01:00
parent c23c912789
commit e49ff1c70d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
maze
View file

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