9 lines
229 B
Bash
Executable File
9 lines
229 B
Bash
Executable File
#!/bin/sh -x
|
||
|
||
# convert .ms RFC source to a from the IEFT secretariat will accept
|
||
|
||
|
||
nroff -ms $* | col -bx \
|
||
| sed -e 's/FORMFEED\(.*\)/ \1/' \
|
||
-e '//{' -e 's///p' -e N -e N -e N -e N -e N -e 's/.*//' -e '}'
|