#!/bin/sh # SpecTcl, by S. A. Uhler # Copyright (c) 1994-1995 Sun Microsystems, Inc. # # See the file "license.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Change DIR to the directory that contains the SpecTcl source files DIR=/home/kvale/gnu/tcltk/SpecTcl1.0/SpecTcl # Change WISH to the pathname of your tk4.1a2 (or >) wish binary WISH=`which wish` env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -perl $@ & echo "Starting SpecPerl 1.0" exit 0