NetBSD/gnu/dist/postfix/mantools/spell

8 lines
91 B
Plaintext
Raw Normal View History

2004-04-27 08:12:43 +04:00
#!/bin/sh
for i in $*
do
echo === $i ===
dehtml $i | spell | fgrep -vxf proto/stop
done