URI: 
       tadd bundle - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 24225d557cb14497ec9ebaf109ab1f4cdb0f3b54
   DIR parent cdaa1bd135f02a1b658faf4bace5cb160f1c2a39
  HTML Author: rsc <devnull@localhost>
       Date:   Thu,  4 Dec 2003 17:32:22 +0000
       
       add bundle
       
       Diffstat:
         A bin/bundle                          |       9 +++++++++
       
       1 file changed, 9 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/bin/bundle b/bin/bundle
       t@@ -0,0 +1,9 @@
       +#!/bin/sh
       +echo '# To unbundle, run this file'
       +for i
       +do
       +        echo 'echo '$i
       +        echo 'sed ''s/.//'' >'$i' <<''//GO.SYSIN DD '$i''''
       +        sed 's/^/-/' $i
       +        echo '//GO.SYSIN DD '$i
       +done