#!/bin/sh

PATH_TO_WISH=/usr/bin/wish
VTCL_HOME=/usr/lib/visual-tcl

export PATH_TO_WISH
export VTCL_HOME

exec ${PATH_TO_WISH} ${VTCL_HOME}/vt.tcl

