Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
6
cde/programs/dthelp/fontschemes/ftest
Normal file
6
cde/programs/dthelp/fontschemes/ftest
Normal file
@@ -0,0 +1,6 @@
|
||||
list=`cat < $1 | awk '/^[^!]/{print $2}'`
|
||||
for item in $list
|
||||
do
|
||||
echo "$item"
|
||||
xlsfonts -fn "$item" > /dev/null
|
||||
done
|
||||
Reference in New Issue
Block a user