From: timriker 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=110e6f31ed66627c00058f04ebf3ee650b2eca53;p=infobot.git track TODO as well git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@685 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/scripts/output_stats.sh b/blootbot/scripts/output_stats.sh index 5210890..bba1c38 100644 --- a/blootbot/scripts/output_stats.sh +++ b/blootbot/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