#!/bin/sh -l
# grep -Hrn recursive

grep -Hn --color=auto $1 *.cc *.hh
