#!/bin/sh
# 
# This script is used to start applications for tesh
# (A modified Tk wish shell)
#
# 

exec treesh -f /projects/tcl/extensions/tree-3.6/demos/parsetree.tcl $*

