provisioning/distro/count_lines.sh
2025-09-22 23:11:41 +01:00

2 lines
88 B
Bash
Executable File

find . -type f -name '*.nu' -exec wc -l {} \; | awk '{ total += $1 } END {print total}'