[net.sources] Csh Bundling program

chris@boulder.UUCP (Chris Sterritt) (04/18/84)

<nbl>

	This is in response to the various sh bundling programs
that have shown up on the net that allow one to group several
files into one, that when sh'd, restores the individuality of the
files from the big one.

	The difference here is that this one works with the csh.
Cut on the dotted lines:

.......................................................

# bundle:  group files into distribution package
echo '# to unbundle, csh this file'
foreach i($argv)
	echo "echo $i"
	echo "cat >$i <<'End of $i'"
	cat $i
	echo "'End of $i'"
end

.......................................................

	Hope you enjoy...

	Chris Sterritt
	"He who steals my mind steals toxic waste"

{ucbvax!hplabs | allegra!nbires | decvax!kpno | harpo!seismo | ihnp4!kpno}
			!hao!boulder!chris