X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blootbot%2Fscripts%2Foutput_stats.sh;h=0b877bd7e372b6e92c27dae0ad1581dc6423da30;hb=226185eb5e6ec4b8994278017c869f07e7f911cc;hp=5210890a92217fd9be93634e724bb4487fd8c564;hpb=3aad6b73640990cbb57e5b57702656a7803bf2ec;p=infobot.git diff --git a/blootbot/scripts/output_stats.sh b/blootbot/scripts/output_stats.sh index 5210890..0b877bd 100644 --- a/blootbot/scripts/output_stats.sh +++ b/blootbot/scripts/output_stats.sh @@ -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