4 lines
132 B
Bash
4 lines
132 B
Bash
#!/usr/bin/env sh
|
|
# HashLink needs a specific working directory to find hlboot.dat and libraries
|
|
cd "$(dirname "$0")"
|
|
exec ./hl "$@" |