nuclide/nuclide-ds
2021-02-07 08:20:08 +01:00

10 lines
228 B
Bash
Executable file

#!/bin/sh
set -e
SCRPATH="$( cd "$( dirname $(readlink -nf $0) )" && pwd )"
PATH="$SCRPATH"/bin:"$PATH"
if [ -f "$SCRPATH"/bin/fteqw-sv ]; then
fteqw-sv $*
else
printf "Engine is not present, please run build_engine.sh\n"
fi