diff options
Diffstat (limited to 'sloc_count.sh')
| -rwxr-xr-x | sloc_count.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sloc_count.sh b/sloc_count.sh new file mode 100755 index 0000000..1c0879c --- /dev/null +++ b/sloc_count.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cloc --exclude-dir=node_modules,vendor,bin,obj --exclude-lang=SVG,JSON,XML ./src |
