mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
7 lines
135 B
Bash
Executable file
7 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
exec egrep -n "$*" \
|
|
[a-z]*/*.[hcyl] \
|
|
conf/*/*.[hc] \
|
|
Makefile.am \
|
|
[a-z]*/Makefile.am \
|
|
m4/macros/*.m4
|