dotfiles/config/.scripts/cloc-git

6 lines
201 B
Plaintext
Raw Permalink Normal View History

2024-09-06 00:14:30 +01:00
#!/usr/bin/env bash
git clone --depth 1 "$1" temp-linecount-repo &&
printf "('temp-linecount-repo' will be deleted automatically)\n\n\n" &&
cloc temp-linecount-repo &&
rm -rf temp-linecount-repo