#!/bin/sh

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