#! /bin/sh
#OpenScript
#(OS)Invokes Netscape with the Motif home page.
OPENFLAGS=0
OPENICON="mosaic.xpm"
OPENCOMMAND="netscape http://fsw.com/motif.html"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
