]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/output_stats.sh
track TODO as well
[infobot.git] / 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