#!/usr/bin/csh
#
# grep for a string in all sparky code.

fgrep -e "$1" *.cc *.h
