NetBSD/gnu/dist/postfix/mantools/manspell

8 lines
101 B
Bash

#!/bin/sh
for file
do
echo ==== $file ====
deroff $file | spell
done | fgrep -vf proto/stop