source:
trunk/minix/commands/bc/fix_math.h@
21
| Last change on this file since 21 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 93 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 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.