added line count script

This commit is contained in:
Jonas Bonér 2010-03-20 10:16:22 +01:00
parent aeea8d38dc
commit a3f7fb1c20

1
scripts/line_count.sh Executable file
View file

@ -0,0 +1 @@
wc -l `find . -name \*.scala -print`