#!/bin/sh for i in $* do echo === $i === mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop done