#!/bin/sh
# restart using wish
# please alter the name and/or path of
# the wish shell below, if it doesn't work \
exec wish "$0" "$@"

package require -exact tpad 1.3
namespace import ::tpad::*

eval tpad . $argv0 $argv
display .
