various tweaks.
This commit is contained in:
parent
c197370550
commit
d51419bf43
13 changed files with 193 additions and 12 deletions
1
bin/9c
1
bin/9c
|
|
@ -11,6 +11,7 @@ usegcc()
|
|||
-Wno-parentheses \
|
||||
-Wno-missing-braces \
|
||||
-Wno-switch \
|
||||
-Wno-comment \
|
||||
-Wno-sign-compare \
|
||||
"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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