mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-22 12:25:48 -05:00
7 lines
215 B
Bash
7 lines
215 B
Bash
#!/usr/bin/env bash
|
|
|
|
MYDIR="$(dirname "$0")"
|
|
PROJ_ROOT="$(realpath --relative-to=. "${MYDIR}/../..")"
|
|
|
|
find "${PROJ_ROOT}/files/fielddata/script/scr_seq/" -name "*.bin" -exec python "${MYDIR}/dump_scrcmds.py" {} \;
|