plan9port

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

commit 24225d557cb14497ec9ebaf109ab1f4cdb0f3b54
parent cdaa1bd135f02a1b658faf4bace5cb160f1c2a39
Author: rsc <devnull@localhost>
Date:   Thu,  4 Dec 2003 17:32:22 +0000

add bundle

Diffstat:
Abin/bundle | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/bin/bundle b/bin/bundle @@ -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