#!/bin/bash


find . -name '*.cpp' -o -name '*.hpp' -o -name '*.h' -o -name '*.c' -o -name '*.m' -o -name '*.mm' | xargs grep $@


