blob: 3105cf9deb6cb5145a9e848a68f49e1f78f46a81 [file] [log] [blame]
#!/bin/sh
# This script is supposed to be run from 'directory/trunks'
# with the command 'resources/codesize.sh'
echo Total lines of Java code under $PWD is $(find . -type f -regex '.*\.java' | xargs cat | wc -l).