mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
8e1c147ad8
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
7 lines
181 B
Bash
7 lines
181 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
"${DIR}"/../../build/game/gk -fakeiso -debug -nodisplay"$@"
|