|
|
|
@ -73,6 +73,7 @@ global () {
@@ -73,6 +73,7 @@ global () {
|
|
|
|
|
printf '%s\n' "" |
|
|
|
|
|
|
|
|
|
# extract map and scores and total everything |
|
|
|
|
# TODO debug failed path exclusion |
|
|
|
|
strings "$file" | extract |
|
|
|
|
done < <(find $loc -type f -print0 ! -path '*other*' | sort -z -t "/" -k"$sc,$sc$r" -k$((sc+1))h) |\ |
|
|
|
|
total |
|
|
|
|