From 8ae434c63e6382a8cb850551d947285f5fcb3c25 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Aug 2008 20:44:54 +0000 Subject: restructured stuff --- scripts/printstatistics.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/printstatistics.sh b/scripts/printstatistics.sh index ca356b5..614d36e 100755 --- a/scripts/printstatistics.sh +++ b/scripts/printstatistics.sh @@ -17,3 +17,5 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. find ./sources -name \*.java | xargs wc -l +echo "Num .java files:" +find ./sources -name \*.java | wc -l -- cgit v1.2.3