aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/cpt-which7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/cpt-which b/contrib/cpt-which
deleted file mode 100755
index 1364e04..0000000
--- a/contrib/cpt-which
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-# Locate the first instance of a KISS package
-
-case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0; esac
-
-{ kiss s "$1" || exit 1 ;} |
- sed 1q