#! /bin/sh
#OpenScript
#(OS)Display reference manual pages.
OPENFLAGS=9
OPENICON="hman.xpm"
OPENCOMMAND="echo -n Enter name of the command or subroutine: ; read string; man \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
