repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo's.
[minix3.git]
/
commands
/
bc
/
fix_math.h
blob
9a2ee84c7ee84f14ae9353cb1e5fcbc125977644
1
#!/bin/sh
2
ed
-
math.h
<<EOS-EOS
3
1,1s/^/"/
4
1,\
$s
/\$/\\\\/
5
\$,\
$d
6
\$,\
$s
/\\\\\$/"/
7
w
8
q
9
EOS-EOS