cat <<XXX
#--------CUT---------CUT---------CUT---------CUT--------#
#########################################################
#                                                       #
# This is a shell archive file.  To extract files:      #
#                                                       #
#    1)	Make a directory for the files.                 #
#    2) Write a file, such as "file.shar", containing   #
#       this archive file into the directory.           #
#    3) Type "sh file.shar".  Do not use csh.           #
#                                                       #
#########################################################
XXX
for i in $*
do
	cat <<XXX
#
#
echo Extracting $i:
sed 's/^Z//' >$i <<\\STUNKYFLUFF
XXX
	sed 's/^/Z/' $i
	set `sum $i`
	cat <<XXX
STUNKYFLUFF
set \`sum $i\`
if test $1 != \$1
then
echo $i: Checksum error. Is: \$1, should be: $1.
fi
XXX
done
echo echo ALL DONE BUNKY!
echo exit 0
