summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-04 20:44:54 +0000
committerPaul Buetow <paul@buetow.org>2008-08-04 20:44:54 +0000
commit8ae434c63e6382a8cb850551d947285f5fcb3c25 (patch)
tree751b0b24cd86768d57e9338cf0718485f68a095e /scripts
parentbb4eb6634485d05e9e8cff6497c60ef696a28eeb (diff)
restructured stuff
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/printstatistics.sh2
1 files changed, 2 insertions, 0 deletions
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