diff options
Diffstat (limited to 'tools/cpt-fetch')
-rwxr-xr-x | tools/cpt-fetch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/cpt-fetch b/tools/cpt-fetch deleted file mode 100755 index 7d5be95..0000000 --- a/tools/cpt-fetch +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -ef -# Fetch repositories - -# shellcheck disable=1091 -if command -v cpt-lib >/dev/null; then . cpt-lib; else . ./cpt-lib; fi - -case "$1" in - --help|-h) out "usage: ${0##*/}"; exit 1 ;; - --version|-v) version ;; -esac - -pkg_fetch |