#! /bin/sh
#OpenScript
#(OS)Display nroff documents. Drop here the man page
#(OS)document(s) (.i.e .man) to be displayed.
OPENFLAGS=73
OPENICON="appl.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the Nroff file or set of files to be displayed.\"; else nroff -man $*; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
