]> git.cworth.org Git - sup/blob - devel/count-loc.sh
Fix message_to_chunks for the m.body == nil case.
[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