#! /bin/sh
#
#	@(#)ccat.sh 1.6 88/02/08 SMI; from UCB 4.1 83/02/11
#
for file in $*
do
	/usr/old/uncompact < $file
done
