mirror of
https://github.com/open-goal/jak-project
synced 2026-06-20 16:21:35 -04:00
8 lines
158 B
Bash
Executable File
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 "$@"
|