chiark / gitweb /
Minor tweaks.
[bin.git] / build-sig
1 #! /bin/sh
2
3 for s in $(find ~/.signatures -mindepth 2 -path '*/old/*' -prune -o \
4                               -type f ! -name '*.dat' ! -name static -print | \
5            sort); do
6   strfile "$s"
7 done | perl -pe \
8         '$s += $1 if /There.*?([0-9]+)/; END { print "Total: $s\n"; }'