#!/bin/sh
# Shell wrapper for xxx.tcl.  Idea is to allow PATH search for ``wish'' binary.
# The "$@" syntax is important for getting proper quoting.  This must be
# a Bourne script: there is no way to get proper quoting and pass through ``~''
# in the csh.
# RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $
exec wish -f $0.tcl "$@"
