]> git.cworth.org Git - sup/blob - devel/count-loc.sh
minor: move hook load messages from info to debug
[sup] / devel / count-loc.sh
1 #!/bin/sh
2
3 egrep ".rb$"  Manifest.txt | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l