#! /bin/sh
#OpenScript
#(OS)Connect to a gopher server.
OPENFLAGS=9
OPENICON="network.xpm"
OPENCOMMAND="echo -n Enter the name or the ip address of the remote system: ; read string; gopher \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
