4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ls -1 *.cc *.h | grep -v '^Font.h$' | xargs cloc -fmt 3
|