#!/bin/sh

find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
	| grep -v ^./build


syntax highlighted by Code2HTML, v. 0.9.1