aboutsummaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-12-04 17:32:22 +0000
committerrsc <devnull@localhost>2003-12-04 17:32:22 +0000
commit24225d557cb14497ec9ebaf109ab1f4cdb0f3b54 (patch)
tree3065c6db4a2e46f07ce20c7d82e8a1cab7cc7e73 /bin/bundle
parentcdaa1bd135f02a1b658faf4bace5cb160f1c2a39 (diff)
downloadplan9port-24225d557cb14497ec9ebaf109ab1f4cdb0f3b54.tar.gz
plan9port-24225d557cb14497ec9ebaf109ab1f4cdb0f3b54.tar.bz2
plan9port-24225d557cb14497ec9ebaf109ab1f4cdb0f3b54.zip
add bundle
Diffstat (limited to 'bin/bundle')
-rwxr-xr-xbin/bundle9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle
new file mode 100755
index 00000000..bb05fd40
--- /dev/null
+++ 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