repo.or.cz
/
fmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'e2f405b'
[fmail.git]
/
tools
/
todo-list.sh
blob
e86fa0a88995a424b711e2239c9e1c0c718cc87f
1
#!/bin/sh
2
for
arg
in
`find -name *.cpp`
;
do
3
echo
"File
$arg
"
4
grep
-n
"TODO"
$arg
5
echo
""
6
done