#! /bin/sh
#
# transition shell script
#
if test $# -ne 1; then echo "Usage:  $0  transitions/transversions"; exit; fi
read first_line
echo "$first_line T"
echo "T $1"
cat -
