add bundle

This commit is contained in:
rsc 2003-12-04 17:32:22 +00:00
parent cdaa1bd135
commit 24225d557c

9
bin/bundle Executable file
View file

@ -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