#!/bin/sh

PATH_TO_WISH=/usr/bin/wish
VTCL_HOME=/var/lib/vtcl

export PATH_TO_WISH
export VTCL_HOME

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