Add nuclide-ds script.

This commit is contained in:
Marco Cawthorne 2020-11-06 18:57:01 +01:00
parent d5f6ecc442
commit 982206876e
1 changed files with 10 additions and 0 deletions

10
nuclide-ds Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
SCRIPT_LOCATION="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH="$SCRIPT_LOCATION"/bin:"$PATH"
if [ -f "$SCRIPT_LOCATION"/bin/fteqw-sv ]; then
fteqw-sv -manifest valve.fmf $*
else
printf "Engine is not present, please run build_engine.sh\n"
fi