]> git.cworth.org Git - sup/blob - devel/count-loc.sh
Merge branch 'after-add-message-hook' into next
[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