]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/output_stats.sh
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / scripts / output_stats.sh
index 409b55fbb719354c369f79d8ae98bf14d9b3a1d3..a7314733ab315dafd8e4a12c5f0c5e4a28283f9c 100644 (file)
@@ -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