]> git.donarmstrong.com Git - infobot.git/commitdiff
include blootbot itself
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 11 Nov 2003 20:47:38 +0000 (20:47 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 11 Nov 2003 20:47:38 +0000 (20:47 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@876 c11ca15a-4712-0410-83d8-924469b57eb5

scripts/output_stats.sh

index bba1c38846e8e3e1fa24287072fc087e0b1a275f..0b877bd7e372b6e92c27dae0ad1581dc6423da30 100644 (file)
@@ -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