From 7416789c473e032708277534862f30b633060b59 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 11 Nov 2003 20:47:38 +0000 Subject: [PATCH] include blootbot itself git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@876 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/scripts/output_stats.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/blootbot/scripts/output_stats.sh b/blootbot/scripts/output_stats.sh index bba1c38..0b877bd 100644 --- a/blootbot/scripts/output_stats.sh +++ b/blootbot/scripts/output_stats.sh @@ -1,9 +1,7 @@ #!/bin/sh - -cd src/ -echo -n "DEBUG: "; grep DEBUG `find -type f`| wc -l -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 +echo -n "DEBUG: "; grep DEBUG `find blootbot src -type f`| wc -l +echo -n "WARN: "; grep WARN `find blootbot src -type f` | wc -l +echo -n "FIXME: "; grep FIXME `find blootbot src -type f` | wc -l +echo -n "status: "; grep status `find blootbot src -type f` | wc -l +echo -n "ERROR: "; grep ERROR `find blootbot src -type f` | wc -l +echo -n "TODO: "; grep TODO `find blootbot src -type f` | wc -l -- 2.39.5