#!/bin/bash

find src \( -name "*.h" -or -name "*.cc" \) -exec egrep -H -n --color "${@}" {} \;
