TDT4100-project/util/linecount.sh

1 line
80 B
Bash
Executable File

find src -type f -name '*.java' -o -name '*.fxml' -o -name '*.css' | xargs wc -l