#!/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.
#
BASE=/users/richardc/local

# Change DIR to the directory that contains the SpecTcl source files
DIR=$BASE/SpecTcl1.1/SpecTcl

# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
WISH=$BASE/B.10/bin/wish8.1

env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -python $@ &
echo "Starting SpecPython 1.1"
exit 0

