3 lines
87 B
Bash
3 lines
87 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
cloc --exclude-dir=devDb,.idea,wiki,static --exclude-ext=iml,xml .
|