summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'howmany')
-rwxr-xr-xhowmany9
1 files changed, 0 insertions, 9 deletions
diff --git a/howmany b/howmany
deleted file mode 100755
index ef7b26de..00000000
--- a/howmany
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-VDB_DIR=/var/db/pkg
-count() {
- echo ${1} $(grep -l ${1} ${VDB_DIR}/*/*/REPOSITORY | wc -l)
-}
-
-for i in $(cave print-repositories | grep -Ev '(installed|layman|repository)'); do
- count ${i}
-done