* added vpn and exit to the default build options for mingw/windows builds. This...
[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 "$*"