#! /bin/sh
#OpenScript
#(OS)Display information about an X server. It is used to
#(OS)examine the capabilities of an X Window server.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="xdpyinfo"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
