summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-10-25 17:20:48 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-10-25 17:20:48 +0200
commit77f5288dcf44c14bf93666036fb2ccf0a618e621 (patch)
tree0e703d8df5118aad3c130132bb7f28135e73a3c9
parentca3f94e83f6b1acd52cd308b4760f4869dbbf564 (diff)
delete no longer relevant/useful devstats.sh script
-rwxr-xr-xdevstats.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/devstats.sh b/devstats.sh
deleted file mode 100755
index 8461244..0000000
--- a/devstats.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-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 "Aif:"
-find `dirname $0`/src -type f | grep -v whatsthis | xargs wc -l \ No newline at end of file