maze: use sh to be more portable
This commit is contained in:
parent
c23c912789
commit
e49ff1c70d
1 changed files with 1 additions and 1 deletions
2
maze
2
maze
|
@ -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 "${@}";
|
||||
|
|
Loading…
Reference in a new issue