katana/stats.sh
Ivailo Monev b025d3e0e6 generic: kde-baseapps has been merged into kde-workspace
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-14 21:38:00 +03:00

15 lines
210 B
Bash
Executable file

#!/bin/bash
set -e
cwd="$(pwd)"
if ! type -p cloc ;then
echo "cloc is not in your PATH"
exit 1
fi
packs=("kdelibs" "kde-workspace" "kde-extraapps")
source "$(dirname $0)/fetch.sh"
cloc ${packs[@]}