diff options
Diffstat (limited to 'tools/cpt-fetch')
-rwxr-xr-x | tools/cpt-fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-fetch b/tools/cpt-fetch index e244b13..b0dbc1d 100755 --- a/tools/cpt-fetch +++ b/tools/cpt-fetch @@ -1,4 +1,5 @@ #!/bin/sh -ef +# Fetch repositories # shellcheck disable=1091 if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi |