git-cloc
alias git-cloc="/Users/jan.rabe/Documents/kibotu/git-cloc.sh"cloc-git https://github.com/kibotu/common.android.utils#!/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