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