#!/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

set -e

# Change DIR to the directory that contains the SpecTcl source files
DIR=/usr/share/SpecTcl/SpecTcl

echo "Starting SpecTcl 1.2.2a"
SPECTCL_DIR=$DIR exec wish $DIR/main.tk -java "$@"
