#! /bin/sh
#
# n_categories  shell script
#
if test $# -ne 1; then echo "Usage:  $0  number_of_categories"; exit; fi
read first_line
echo "$first_line C"
echo "C $1"
cat -
