about summary refs log tree commit diff
path: root/filters/html-converters/man2html
blob: 0ef78841810e520ae4c89f52c3b9564486ba1bf5 (plain) (blame)
1
2
3
4
#!/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>"
08-06Update htoprc from new htop versionJune McEnroe 2018-08-06Use 16-color palette in colorschemeJune McEnroe 2018-08-01Add Watch You, Watch MeJune McEnroe 2018-07-31Add rand aliasJune McEnroe 2018-07-31Refactor msr606June McEnroe