summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/lookfor
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/lookfor')
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/lookfor3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/lookfor b/debian/htdig/htdig-3.2.0b6/lookfor
new file mode 100755
index 00000000..a15bc63e
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/lookfor
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+egrep "$1" `find $2 -name "*.cc" -or -name "*.h"`