made get-reqs prettier. fixed script_dir overwrite

This commit is contained in:
2025-06-10 20:39:48 -05:00
parent a67c7f6bab
commit 7cf3fa4899
5 changed files with 61 additions and 31 deletions

2
run.sh
View File

@@ -33,7 +33,7 @@ fi
if [ "$1" != "" ]; then
. "$script_dir/runs/$1.sh"
if [ $run_runs_all == 1 ]; then
. "$script_dir/../runs-all/$1.sh"
. "$script_dir/runs-all/$1.sh"
fi
else
for s in $runs_dir; do