1
0
Files
irix-657m-src/eoe/cmd/ppp/fixdraft
2022-09-29 17:59:04 +03:00

9 lines
229 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/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 '}'