diff options
Diffstat (limited to 'devstats.sh')
-rwxr-xr-x | devstats.sh | 2 |
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 |