Blob Blame History Raw
#!/bin/sh
# Needs George Williams' showttf
for FILE in Free*.ttf
do
    printf "%-23s" $FILE
    showttf $FILE | grep -a UnicodeRange
done