]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/output_stats.sh
ws
[infobot.git] / scripts / output_stats.sh
index 5210890a92217fd9be93634e724bb4487fd8c564..0b877bd7e372b6e92c27dae0ad1581dc6423da30 100644 (file)
@@ -1,8 +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 "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