8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
|
#!/bin/sh
|
||
|
exec egrep -n "$*" \
|
||
|
[a-z]*/*.[hcyl] \
|
||
|
conf/*/*.[hc] \
|
||
|
Makefile.am \
|
||
|
[a-z]*/Makefile.am \
|
||
|
m4/macros/*.m4
|