: !/bin/sh
#
# "@(#)ccat.sh	5.1	6/6/86"
#
for file in $*
do
	/usr/bin/uncompact < $file
done
