
:	TNIX/Unix Version
:	Keyshell Version Number 2	*/

: This is a shell file that will copy a file showing the current ColorKey+
: script configuration to the terminal.

if test -d $HOME/.ksh; then kdir=$HOME/.ksh; else kdir=$TEKPATH/tek/ksh/deflt; fi
cat $kdir/kshconfig
if test "TNIX" = "yes" ; then
	if test $IU ; then
		echo " o  The Integration Unit is attached to HSI I/O port $IU."
	fi
else
	if test $ICOMPORT
	then
		echo " o  The Integration Unit line is set to $ICOMPORT."
	fi
fi
