#! /bin/sh
#OpenScript
#(OS)Display information about users.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="echo -n Please enter an email address to finger: ; read string; finger \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
