#!/bin/sh

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