[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

@ -3,5 +3,5 @@
# SPDX-FileCopyrightText: 2025 crueter
# SPDX-License-Identifier: GPL-3.0-or-later
SUM=$(wget -q $1 -O - | sha512sum)
SUM=$(wget -q "$1" -O - | sha512sum)
echo "$SUM" | cut -d " " -f1