diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-08-28 19:51:53 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-08-28 19:51:53 -0300 |
| commit | 1389628ecbf0a23da11f2c4910b4bf9de15d15d6 (patch) | |
| tree | 17d9019cc34df5b1eee427db1388f7276057f61e /count.sh | |
| parent | dd4982d359577b5b64a3c785561eeca90080ea16 (diff) | |
| parent | 1914335b9505b0086a0aeed0997c566e0e5ceca3 (diff) | |
Merge cleanup
Diffstat (limited to 'count.sh')
| -rwxr-xr-x | count.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/count.sh b/count.sh new file mode 100755 index 0000000..b6b4624 --- /dev/null +++ b/count.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# Count all of the source lines. +cloc --use-sloccount --read-lang-def=langdefs data/ src/main/java/ |
