1 line
53 B
Bash
Executable file
1 line
53 B
Bash
Executable file
find src -maxdepth 1 -type f -print0 | xargs -0 cloc
|