mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -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/decompiler/decompiler "${DIR}"/../../decompiler/config/jak1_ntsc_black_label.jsonc "${DIR}"/../../iso_data "${DIR}"/../../decompiler_out
|
||||
Reference in New Issue
Block a user