summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/amdgrep
blob: 86dffbf791cf700f4467ec7e1177cf9f4a5ffad2 (plain)
1
2
3
4
5
6
7
#!/bin/sh
exec egrep -n "$*" \
    [a-z]*/*.[hcyl] \
    conf/*/*.[hc] \
    Makefile.am \
    [a-z]*/Makefile.am \
    m4/macros/*.m4
OpenPOWER on IntegriCloud