#! /bin/sh
for art
do
	bytes=`wc -c <$art`
	echo "#! rnews `echo $bytes`"
	cat $art
done
