diff options
author | merakor <cem@ckyln.com> | 2020-10-05 18:01:43 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-10-05 18:01:43 +0000 |
commit | 1013479641b67ecf2daa8d0067c17aa02581ba2e (patch) | |
tree | 2e7db83894875ac8d17db8ff0e703c2a9193201c /src/cpt-fetch | |
parent | 61a6b6196ce0b7b986de88df73d387c0241e2554 (diff) | |
download | cpt-1013479641b67ecf2daa8d0067c17aa02581ba2e.tar.gz |
cpt-fetch: remove tool
FossilOrigin-Name: f646b85e6dd8edcdb8afee546215b371ecd8d1733a0d0122c716171e6c1988ec
Diffstat (limited to 'src/cpt-fetch')
-rwxr-xr-x | src/cpt-fetch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cpt-fetch b/src/cpt-fetch deleted file mode 100755 index d75edd5..0000000 --- a/src/cpt-fetch +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -ef -# Fetch repositories - -if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi - -case "$1" in - --help|-h) out "usage: ${0##*/}"; exit 1 ;; - --version|-v) version ;; -esac - -pkg_fetch |