source:
trunk/minix/commands/bc/fix_math.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 93 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.