projects
/
oweals
/
gnunet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow empty/NULL context message
[oweals/gnunet.git]
/
bin
/
grephdr.sh
1
#!/bin/sh
2
# grepsrc.sh string --- greps for string over all java files
3
find . -name "*.h" -print | grep -v "#" | xargs grep "$@"