add scripts
Signed-off-by: Martin Matous <m@matous.dev>
This commit is contained in:
parent
c6c66648ea
commit
5a4419bb4e
12 changed files with 802 additions and 1 deletions
5
gtokei.sh
Executable file
5
gtokei.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tmpdir=$(mktemp --directory)
|
||||
git clone --depth 1 "$1" "$tmpdir" && tokei "$tmpdir"
|
||||
rm -rf "$tmpdir"
|
||||
Loading…
Add table
Add a link
Reference in a new issue