#! /bin/sh
#OpenScript
#(OS)Display the list of fonts available to the X Window 
#(OS)server.
OPENFLAGS=9
OPENICON="appl.xpm"
OPENCOMMAND="xlsfonts"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
