Csh Bundling program

Chris Sterritt chris at boulder.UUCP
Wed Apr 18 09:31:50 AEST 1984


<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



More information about the Comp.sources.unix mailing list