#! /bin/sh
#OpenScript
#(OS)Invokes the Motif editor Nedit.
OPENFLAGS=0
OPENICON="editor.xpm"
OPENCOMMAND="$FREEDOMDIR/bin/nedit -iconic &"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
