dotfiles
<-- duh.
git clone
https://hhvn.uk/dotfiles
git clone
git://hhvn.uk/dotfiles
Log
|
Files
|
Refs
|
Submodules
|
LICENSE
sloccount (70B)
1
#!/bin/sh
2
3
export IFS=$(printf "\n\t")
4
sloccount "$@" $(git ls-files)