new RT/PC entries, 5 small fixes, removed aaa-29-np, I? means IBM now
[unix-history] / usr / src / old / compact / ccat.sh
#!/bin/sh
#
# ccat.sh 4.1 83/02/11
#
for file in $*
do
/usr/ucb/uncompact < $file
done