diff options
author | merakor <cem@ckyln.com> | 2020-07-24 10:39:31 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 10:39:31 +0000 |
commit | 1deb9398fa1d646995348bd92406580627dbaed7 (patch) | |
tree | 99f086ded00440c493fc61a5460917664ff6f710 /contrib/cpt-which | |
parent | 7d9a7204b2f52279927168191922c2229172cd11 (diff) | |
download | cpt-1deb9398fa1d646995348bd92406580627dbaed7.tar.gz |
cpt-which: remove as it is no longer necessary
FossilOrigin-Name: 116d484c86ba7915a779c84c239bd3f58808ef0fc6e1d1a0bf9ace164c96c92a
Diffstat (limited to 'contrib/cpt-which')
-rwxr-xr-x | contrib/cpt-which | 7 |
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 |