aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-fetch
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-fetch')
-rwxr-xr-xsrc/cpt-fetch11
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