dotfiles with stow
This commit is contained in:
5
config/.scripts/cloc-git
Executable file
5
config/.scripts/cloc-git
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user