diff options
Diffstat (limited to 'contrib/amd/m4/amdgrep')
-rwxr-xr-x | contrib/amd/m4/amdgrep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/amd/m4/amdgrep b/contrib/amd/m4/amdgrep new file mode 100755 index 0000000..86dffbf --- /dev/null +++ b/contrib/amd/m4/amdgrep @@ -0,0 +1,7 @@ +#!/bin/sh +exec egrep -n "$*" \ + [a-z]*/*.[hcyl] \ + conf/*/*.[hc] \ + Makefile.am \ + [a-z]*/Makefile.am \ + m4/macros/*.m4 |