mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 15:46:14 -04:00
8e1c147ad8
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
7 lines
279 B
Bash
7 lines
279 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
"${DIR}"/../../build/decompiler/decompiler "${DIR}"/../../decompiler/config/jak1_ntsc_black_label.jsonc "${DIR}"/../../iso_data "${DIR}"/../../decompiler_out
|