aboutsummaryrefslogtreecommitdiff
path: root/bin/grephdr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/grephdr.sh')
-rwxr-xr-xbin/grephdr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/grephdr.sh b/bin/grephdr.sh
index b0f979196..203370b6c 100755
--- a/bin/grephdr.sh
+++ b/bin/grephdr.sh
@@ -1,3 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2# This scipt is in the public domain.
2# grepsrc.sh string --- greps for string over all java files 3# grepsrc.sh string --- greps for string over all java files
3find . -name "*.h" -print | grep -v "#" | xargs grep "$@" 4find . -name "*.h" -print | grep -v "#" | xargs grep "$@"