tbundle - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tbundle (163B)
       ---
            1 #!/bin/sh
            2 echo '# To unbundle, run this file'
            3 for i
            4 do
            5         echo "echo $i"
            6         echo "sed 's/.//' >$i <<'//GO.SYSIN DD $i'"
            7         sed "s/^/-/" $i
            8         echo "//GO.SYSIN DD $i"
            9 done