#!/bin/sh
# -*- tcl -*- \
exec /usr/bin/tclsh8.6 "$0" ${1+"$@"}
package require critcl::app
critcl::app::main $argv
