summaryrefslogtreecommitdiff
path: root/fonts/psfonts/tools/check
blob: 3551347cea67f2eb6633de0014490c5563f2aa91 (plain)
1
2
3
4
5
6
7
8
9
for i in adobe xadobe bh monotype xmonotype bitstream
do
 echo TESTING directories in $i
 for j in ../$i/*
 do
  echo testing $j
  verifycs $j
 done
done