diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/printstatistics.sh | 2 |
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 |
