mirror of
https://github.com/open-goal/jak-project
synced 2026-06-21 00:31:41 -04:00
move commonly used scripts to specific folders (#325)
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/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"$@"
|
||||
Reference in New Issue
Block a user