summaryrefslogtreecommitdiff
path: root/devstats.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-16 19:06:21 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-16 19:06:21 +0100
commitaef60a91f36974b2b054cd6f6296615a2553bf4c (patch)
tree5e38e127482fdf1de41924ec25668ad14407d85f /devstats.sh
parentd8b38a0768f6e71dec55d4d70d4dca74327a7420 (diff)
updated HOWTO for install using packages, got rid of patch-install-cd script + renamed fifa into aif everywhere
Diffstat (limited to 'devstats.sh')
-rwxr-xr-xdevstats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstats.sh b/devstats.sh
index 4b6f9f8..8461244 100755
--- a/devstats.sh
+++ b/devstats.sh
@@ -2,5 +2,5 @@ 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:"
+echo "Aif:"
find `dirname $0`/src -type f | grep -v whatsthis | xargs wc -l \ No newline at end of file