#!/bin/sh
#
#ident  "@(#)isdntool	1.8 95/08/21 SMI"
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# ISDN configuration tool
#
#
BASE=/opt/SUNWisdn/tools
export BASE
cd $BASE
TK_LIBRARY=`pwd`/tklib
TCL_LIBRARY=`pwd`/tcllib
TIX_LIBRARY="/opt/SUNWisdn/tools/tix"
export TCL_LIBRARY
export TK_LIBRARY
export TIX_LIBRARY

./isdntool.tcl
