#! /bin/sh
#OpenScript
#(OS)Searches for entries in the DARPA internet user name
#(OS)directory service.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="echo -n Please enter a name or handle: ; read string; whois \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
