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