summaryrefslogtreecommitdiff
path: root/devstats.sh
blob: 4b6f9f82088cff9a6c155686752009fa0015645b (plain)
1
2
3
4
5
6
echo "This script doesn't do much, but this could be interesting..."
echo 'Amount of lines:'
echo -n "/arch/setup: "     && wget -q -O - 'http://projects.archlinux.org/?p=installer.git;a=blob_plain;f=setup;hb=HEAD'     | wc -l
echo -n "/arch/quickinst: " && wget -q -O - 'http://projects.archlinux.org/?p=installer.git;a=blob_plain;f=quickinst;hb=HEAD' | wc -l
echo "Fifa:"
find `dirname $0`/src -type f | grep -v whatsthis | xargs wc -l