[tools] refactor: reorganize, commonalities, moar tags, posix compat

all scripts are fully posix compliant

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-10-04 04:59:04 -04:00
parent dbc89d2f20
commit 240c2d14d4
18 changed files with 458 additions and 375 deletions

View file

@ -9,4 +9,4 @@ JSON=$(find . src -maxdepth 3 -name cpmfile.json -exec grep -l "$1" {} \;)
[ -z "$JSON" ] && echo "!! No cpmfile definition for $1"
echo $JSON
echo "$JSON"