]> git.notmuchmail.org Git - sup/commitdiff
update loc counter
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 9 Jul 2007 23:24:43 +0000 (23:24 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 9 Jul 2007 23:24:43 +0000 (23:24 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@492 5c8cc53c-5e98-4d25-b20a-d8db53a31250

devel/count-loc.sh

index 5ea12468404200fa1bc7e6579aed527b22c42430..77ae2868bbea6b255df00ab4aab3418cc5152ae6 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-find . -type f -name \*.rb | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l
+egrep ".rb$"  Manifest.txt | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l