mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
91fa0122d8
* temp * look at old game types * clean up
7 lines
271 B
Bash
Executable File
7 lines
271 B
Bash
Executable File
#!/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/jak2_ntsc_v1.jsonc "${DIR}"/../../iso_data/ "${DIR}"/../../decompiler_out
|