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

: This is a shell file that will copy the ColorKey+ roadmap into the graphics
: area of a 410x terminal.

if test "$UNICORN" = "yes" ; then
	cat $TEKPATH/tek/ksh/lib/ksh.pix
	echo "Toggle the <Dialog> key to switch this display on and off."
else
	echo "Sorry.  This command only works with a Tektronix 410x Color Terminal."
fi
