1 #!/bin/sh 2 3 for file 4 do 5 echo ==== $file ==== 6 deroff $file | spell | grep -F -vf proto/stop 7 done 8
Indexes created Mon May 04 00:23:20 UTC 2026