]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/output_stats.sh
use result div in babelfish
[infobot.git] / scripts / output_stats.sh
old mode 100644 (file)
new mode 100755 (executable)
index 409b55f..a731473
@@ -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