commit d56b50fb45c5e3b84eb35f96c168adcf9dc77e16
parent 19108acc9522328c183c01dd0b8990bba95c7224
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Mon, 9 Jul 2007 23:24:43 +0000
update loc counter
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@492 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/count-loc.sh b/devel/count-loc.sh
@@ -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