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