website/tools/cloc.sh

7 lines
90 B
Bash
Raw Normal View History

2023-06-08 00:28:54 +02:00
#!/bin/bash
cloc \
--force-lang="agda",astro \
--exclude-dir=node_modules,dist \
.