X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Foutput_stats.sh;h=a7314733ab315dafd8e4a12c5f0c5e4a28283f9c;hb=cb81fea9939f349b36e3b5a0cdc0343a6b781da1;hp=409b55fbb719354c369f79d8ae98bf14d9b3a1d3;hpb=8a1456bd79cbeb2304e1d529f53f510ff1c8da76;p=infobot.git diff --git a/scripts/output_stats.sh b/scripts/output_stats.sh index 409b55f..a731473 100644 --- a/scripts/output_stats.sh +++ b/scripts/output_stats.sh @@ -5,3 +5,5 @@ 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 + +# vim:ts=4:sw=4:expandtab:tw=80