home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
lifeos2.zip
/
LIFE-1.02
/
DEMO
/
CHECK_FP.IN
next >
Wrap
Text File
|
1996-06-04
|
169b
|
9 lines
#!/bin/sh
if xset q | grep +SETUPDIR+/Demo/Fonts > /dev/null ; \
then exit 1 ; \
else xset fp+ +SETUPDIR+/Demo/Fonts 2>&1 | grep "bad font path" > \
/dev/null ; \
fi