Added cloc script
This commit is contained in:
parent
7a8d591ee1
commit
deb8b32211
1 changed files with 3 additions and 0 deletions
3
bin/cloc.sh
Executable file
3
bin/cloc.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cloc --exclude-dir=devDb,.idea,wiki,static --exclude-ext=iml,xml .
|
||||
Loading…
Reference in a new issue