#!/bin/sh

[ "$1" ] || exit 1
find . -name \*\.[chSs] -print | xargs grep $1
