plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

bundle (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