various tweaks.
This commit is contained in:
parent
c197370550
commit
d51419bf43
13 changed files with 193 additions and 12 deletions
|
|
@ -2,8 +2,8 @@
|
|||
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
|
||||
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