
# HPUX_ID: @(#)29.1   86/07/04
#          @(#)hardcopy.sh	29.1      86/06/19
:

case $1 in
-T*)	t=$1
	shift ;;
*)	t=-T$TERM
esac
case $t in
-T2623|-T2627|-T2625|-T2628|-T2393|-T2397)	echo "\033&p7s6dM\c"
        # (that's copy from source 7 to destination 6)
	sleep 20;;
-T4014) echo "\033\027\c"
	sleep 10;;
*)  echo terminal type not known 1>&2; exit 1
esac
