#!/bin/sh
# the next line restarts using wish \
exec tclkit "$0" "$1"
if {$argv!="{}"} {
  lappend auto_path $env(PREFIX)/bin3/lib/tkined1.4.11
  lappend auto_path $env(PREFIX)/bin3/lib/tnm2.1.11
  set __argv $argv; set argv ""
  source $__argv
  vwait __qqq
}
