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 >
Text File  |  1996-06-04  |  169b  |  9 lines

  1. #!/bin/sh
  2. if xset q | grep +SETUPDIR+/Demo/Fonts > /dev/null ; \
  3. then exit 1 ; \
  4. else xset fp+ +SETUPDIR+/Demo/Fonts 2>&1 | grep "bad font path" > \
  5. /dev/null ; \
  6. fi 
  7.  
  8.  
  9.