#!/bin/sh
#
# Percy, the talking penguin
#\
exec soundtk "$0" ${1+"$@"}
if { [info exists env(PERCYLIB)] == 0 } {
    set env(PERCYLIB) [file join /usr/local/lib percy]
}
lappend auto_path $env(PERCYLIB)/tcl
Main
