#!/usr/home/menlo/bin/sh

for d in $(cat Dirs) ; do
    grep -l 'Don.t do that' $d/index.html
done
