#!/bin/sh

egrep "$1" `find $2 -name "*.cc" -or -name "*.h"`
