#!/bin/sh
# TCL_LIBRARY=......
# TK_LIBRARY=......
# export TCL_LIBRARY TK_LIBRARY
ARGS=$*
export ARGS
exec wish8.4 -f /usr/local/lib/bsvc/bsvc.tk
