minix/commands/bc/fix_math.h
2005-04-21 14:53:53 +00:00

10 lines
93 B
Bash
Executable file

#!/bin/sh
ed - math.h <<EOS-EOS
1,1s/^/"/
1,\$s/\$/\\\\/
\$,\$d
\$,\$s/\\\\\$/"/
w
q
EOS-EOS