#!/bin/sh
# MindTerm startup file
#
# To Install MindTerm, you need to download a JRE (V1.1) from 
#            www.java.sun.com/products and install it.
#            then copy this script and the minterm.zip
#            to say, /opt/mindterm
#            Adapt the path to your Java Run Time Environment below,
#            and the mindterm directory, if you have chosen another.
#
# See also   http://www.boran.com/security/ssh_stuff.html
#
# Sean Boran, 2.9.99

/usr/java/bin/jre -cp mindterm.zip mindbright.application.MindTerm

