#!/bin/sh # SpecTcl # Copyright (c) 1994-1997 Sun Microsystems, Inc. # # See the file "license.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # SCCS: @(#) specJava 1.7 97/06/26 10:06:45 # Change DIR to the directory that contains the SpecTcl source files DIR=%%PREFIX%%/SpecTcl/lib # Change WISH to the pathname of your tk4.1a2 (or >) wish binary WISH=%%WISH%% env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -java $@ & echo "Starting SpecTcl 1.0" exit 0