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