1
0
2024-11-26 23:50:58 +01:00

5 lines
174 B
Bash
Executable File

#!/bin/sh
find . \( -name "*.sh" -or -name "*.elm" \) -and -not \( -path "./elm-stuff/*" -or -path "./.vscode/*" \) -print0 | \
xargs -0 cat | countuniq0 # sort -u | wc -l