commit ec47e9a682f838716453d960ceb58a1c0146d2a5 parent e8d2b358c12ecad0c9affd5e336839d1e61e8b02 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 24 Jul 2020 13:39:32 +0300 cpt-which: remove as it is no longer necessary Diffstat:
D | contrib/cpt-which | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/contrib/cpt-which b/contrib/cpt-which @@ -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