jak-project/gk.sh
2020-08-22 22:30:12 -04:00

8 lines
158 B
Bash
Executable file

#!/bin/bash
# Directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export NEXT_DIR=$DIR
$DIR/build/game/gk "$@"