website/tools/cloc.sh
2023-06-08 00:28:54 +02:00

7 lines
90 B
Bash
Executable file

#!/bin/bash
cloc \
--force-lang="agda",astro \
--exclude-dir=node_modules,dist \
.