#!/bin/tcsh
echo 'Test'
foreach f (text*.html)
    ispell $f
end
