Plan 9 from Bell Labs’s /usr/web/sources/contrib/boyd/sys/src/cmd/bundle.html

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


<html>
<body>
<pre>
<tt>
#!/bin/sh
#
# @(#)bundle	1.1
#
# bundle file ...
#
# Plan 9 bundle; a simple shell archiver.
#

echo '# To unbundle, run this file'

for i
do
	echo echo "$i"
	echo "sed 's/.//' &gt;$i &lt;&lt;'//GO.SYSIN DD $i'"
	sed 's/^/-/' "$i"
	echo "//GO.SYSIN DD $i"
done
</tt>
</pre>
<HR>
&copy 1998,
Boyd Roberts:
<A HREF="mailto:boyd@fr.inter.net">boyd@fr.inter.net</A>
</body>
</html>

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.