]> git.donarmstrong.com Git - infobot.git/commitdiff
track TODO as well
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 07:19:41 +0000 (07:19 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 07:19:41 +0000 (07:19 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@685 c11ca15a-4712-0410-83d8-924469b57eb5

scripts/output_stats.sh

index 5210890a92217fd9be93634e724bb4487fd8c564..bba1c38846e8e3e1fa24287072fc087e0b1a275f 100644 (file)
@@ -6,3 +6,4 @@ echo -n "WARN:   "; grep WARN `find -type f` | wc -l
 echo -n "FIXME:  "; grep FIXME `find -type f` | wc -l
 echo -n "status: "; grep status `find -type f` | wc -l
 echo -n "ERROR:  "; grep ERROR `find -type f` | wc -l
+echo -n "TODO:   "; grep TODO `find -type f` | wc -l