summaryrefslogtreecommitdiffstats
path: root/mantools/dehtml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:41:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:41:51 +0000
commit3e160e27e4686620d16477a9ea9cf00141e52ce7 (patch)
tree884561d26afa36d7653aa4dc43410e1ae479d43e /mantools/dehtml
parentAdding upstream version 3.8.6. (diff)
downloadpostfix-upstream.tar.xz
postfix-upstream.zip
Adding upstream version 3.9.0.upstream/3.9.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mantools/dehtml')
-rwxr-xr-xmantools/dehtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mantools/dehtml b/mantools/dehtml
index cc120de..9a3be6f 100755
--- a/mantools/dehtml
+++ b/mantools/dehtml
@@ -3,7 +3,7 @@
for i
do
case $i in
- /*) lynx -dump file://localhost$i;;
- *) lynx -dump file://localhost`pwd`/$i;;
+ /*) lynx -width=256 -dump file://localhost$i;;
+ *) lynx -width=256 -dump file://localhost`pwd`/$i;;
esac
-done
+done | grep -v 'file://localhost/'