added grepdefine
This commit is contained in:
parent
4e2717fab0
commit
a4eaa8711e
4
bin/grepdefine
Executable file
4
bin/grepdefine
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
define="$1"
|
||||||
|
exec grep --exclude-dir .svn --color=auto -R "define *\\<${define}\\>" .
|
Loading…
x
Reference in New Issue
Block a user