projects
/
oweals
/
gnunet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- fix ghost regex bug
[oweals/gnunet.git]
/
contrib
/
pogen.sh
1
#!/bin/sh
2
find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | sort > po/POTFILES.in
3
grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | sort >> po/POTFILES.in