#! /bin/sh
#OpenScript
#(OS)Locate the binary, source, and manual  page
#(OS)files  for a command.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="echo -n Enter a command name:;  read string; whereis \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
