#! /bin/sh
#OpenScript
#(OS)Start a Motif version of the terminal emulator. This
#(OS)program is not included with the demo version.
#(OS)You can drop a directory on this icon or double-click
#(OS) it.
OPENFLAGS=0
OPENICON="xterm.xpm"
cd $1;OPENCOMMAND="XAPPLRESDIR=$FREEDOMDIR/app-defaults;export XAPPLRESDIR;$FREEDOMDIR/bin/mxterm"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
