mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 10:22:46 +00:00
stats.sh: import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
95305c9b8d
commit
d86adc0cda
1 changed files with 15 additions and 0 deletions
15
stats.sh
Executable file
15
stats.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cwd="$(pwd)"
|
||||
if ! type -p find ;then
|
||||
echo "cloc is not in your PATH"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
||||
|
||||
source "$(dirname $0)/fetch.sh"
|
||||
|
||||
cloc ${packs[@]}
|
Loading…
Add table
Reference in a new issue