#!/bin/sh
# the next line restarts using the correct version of wish \
exec /usr/local/bin/wish8.4 "$0" "$@"

set env(LIBDIR)		[pwd]/../tkrat
set env(CONFIG_DIR)	.
set env(COMPRESS)	/usr/local/bin/gzip
set env(CSUFFIX)	.gz
set env(SSH)            "/usr/bin/ssh"

# This version of the tkrat file is only intended to be used in
# the development tree.
set auto_path [concat [pwd]/.. $env(LIBDIR) $auto_path]
package forget ratatosk ratatosk_old

TkRatClientStart


syntax highlighted by Code2HTML, v. 0.9.1