From 47a3723632b82a0d3caf79dbe8ada1eae60dd976 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Jul 2020 11:20:55 +0300 Subject: rename to cpt-extra --- alt/kiss-getchoice | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 alt/kiss-getchoice (limited to 'alt/kiss-getchoice') diff --git a/alt/kiss-getchoice b/alt/kiss-getchoice deleted file mode 100755 index 75521b4..0000000 --- a/alt/kiss-getchoice +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e -# Prints the full path to a file in the alternatives system. - -case "$1" in ''|--help|-h) - printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg] [command]" - exit 0; esac - -~/proj/carbslinux/kiss/kiss l "$1" >/dev/null - -[ "$2" ] -file="/var/db/kiss/choices/$1$(printf '%s' "$2" | sed 's#/#>#g')" -[ -f "$file" ] || { - printf '\033[1;33m!> \033[1;36m%s \033[m%s\n' "$1" "choice '$2' not found" >&2 - exit 1 -} -printf '%s\n' "$file" -- cgit v1.2.3