#!/bin/sh

PATH_TO_WISH=/usr/bin/wish
VTCL_HOME=/usr/local/vt

export PATH_TO_WISH
export VTCL_HOME

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

