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
1 changed files with 1 additions and 1 deletions

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 "${@}";