X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Foutput_stats.sh;h=409b55fbb719354c369f79d8ae98bf14d9b3a1d3;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=0b877bd7e372b6e92c27dae0ad1581dc6423da30;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/scripts/output_stats.sh b/scripts/output_stats.sh index 0b877bd..409b55f 100644 --- a/scripts/output_stats.sh +++ b/scripts/output_stats.sh @@ -1,7 +1,7 @@ #!/bin/sh -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 +echo -n "DEBUG: "; grep DEBUG `find infobot src -type f`| wc -l +echo -n "WARN: "; grep WARN `find infobot src -type f` | wc -l +echo -n "FIXME: "; grep FIXME `find infobot src -type f` | wc -l +echo -n "status: "; grep status `find infobot src -type f` | wc -l +echo -n "ERROR: "; grep ERROR `find infobot src -type f` | wc -l +echo -n "TODO: "; grep TODO `find infobot src -type f` | wc -l