#! /bin/sh
#
# categories_file shell script
#
if test $# -gt 0; then echo "Usage:  $0"; exit; fi
read first_line
echo "$first_line Y"
cat -
