6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
#!/bin/sh
|
||
|
echo "<div style=\"font-family: monospace\">"
|
||
|
groff -mandoc -T html -P -r -P -l | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
|
||
|
echo "</div>"
|
||
|
|