8149be213f
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
6 lines
217 B
Bash
Executable File
6 lines
217 B
Bash
Executable File
#!/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>"
|
|
|