DEBSOURCES
Skip Quicknav
sources / postfix / 2.11.3-1%2Bdeb8u2 / mantools / dehtml
123456789
#!/bin/sh for i do case $i in /*) lynx -dump file://localhost$i;; *) lynx -dump file://localhost`pwd`/$i;; esac done