projects
/
oweals
/
gnunet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- dist fix
[oweals/gnunet.git]
/
bin
/
grepsrc.sh
1
#!/bin/sh
2
# grepsrc.sh string --- greps for string over all C files
3
find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*"