diff options
Diffstat (limited to 'contrib/kiss-which')
-rwxr-xr-x | contrib/kiss-which | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/kiss-which b/contrib/kiss-which index 2df6f08..a82990d 100755 --- a/contrib/kiss-which +++ b/contrib/kiss-which @@ -1,4 +1,5 @@ #!/bin/sh -e +# Locate the first instance of a KISS package [ "$1" ] || { printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 1 ;} |