#! /bin/bash

PATH_TO_WISH=/home/rgelpc254/rozen/bin/tixwish
VTCL_HOME=~/page

export PATH_TO_WISH
export VTCL_HOME

exec ${PATH_TO_WISH} ${VTCL_HOME}/page.tcl $1


