From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Fri, 22 Nov 2002 07:19:41 +0000 (+0000)
Subject: track TODO as well
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=908f730776ef114bc0a53508b691e85ddcc81727;p=infobot.git

track TODO as well


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@685 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/scripts/output_stats.sh b/scripts/output_stats.sh
index 5210890..bba1c38 100644
--- a/scripts/output_stats.sh
+++ b/scripts/output_stats.sh
@@ -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