Files
enduro2d/scripts/cloc_untests.sh
2021-01-17 21:55:44 +07:00

9 lines
157 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE}" )" && pwd )"
ROOT_DIR="${DIR}/.."
cloc \
"${ROOT_DIR}/untests/bin" \
"${ROOT_DIR}/untests/sources"