]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/output_stats.sh
include blootbot itself
[infobot.git] / 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