added grepdefine

This commit is contained in:
Josh Holtrop 2010-07-22 10:16:51 -04:00
parent 4e2717fab0
commit a4eaa8711e

4
bin/grepdefine Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
define="$1"
exec grep --exclude-dir .svn --color=auto -R "define *\\<${define}\\>" .