#!/bin/sh
echo 'Expect sh to say'
echo 'shar: Will not clobber existing file "README"'
echo 'the README file from the tar file is the same as that in the shar data'
for name in Part??
do
	sed -e '1,/--shar starts here--/d' $name | sh
done
mkdir kit
mv Part?? kit
mv Unpack kit
mv README.packing kit
echo 'When you are happy, you can delete all the files in the kit directory'
