add bundle
This commit is contained in:
parent
cdaa1bd135
commit
24225d557c
1 changed files with 9 additions and 0 deletions
9
bin/bundle
Executable file
9
bin/bundle
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue