Files
Rob Bocchino 490908f9b2 Fix spelling
2024-06-24 18:06:29 -07:00

13 lines
232 B
Plaintext

#!/bin/sh -e
# ----------------------------------------------------------------------
# spell.do
# ----------------------------------------------------------------------
. ./defs.sh
for file in $FILES
do
ispell $file 1>&2
done