1
0
Fork 0
aglnamegenerator/uloc.sh

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