[tools] refactor: reorganize, commonalities, moar tags, posix compat
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
all scripts are fully posix compliant Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
9c70334170
commit
d9e641157e
18 changed files with 458 additions and 375 deletions
|
@ -6,6 +6,6 @@
|
|||
FILES=$(find . src -maxdepth 3 -name cpmfile.json)
|
||||
|
||||
for file in $FILES; do
|
||||
jq --indent 4 < $file > $file.new
|
||||
mv $file.new $file
|
||||
jq --indent 4 < "$file" > "$file".new
|
||||
mv "$file".new "$file"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue