diff options
author | merakor <cem@ckyln.com> | 2020-07-24 10:26:11 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 10:26:11 +0000 |
commit | 7d9a7204b2f52279927168191922c2229172cd11 (patch) | |
tree | 2e1ac46e7b927c7d782d1c412ef679f456e3365a /tools/cpt-download | |
parent | ed0529ef9320283436237cd774cc2bc08255597e (diff) | |
download | cpt-7d9a7204b2f52279927168191922c2229172cd11.tar.gz |
tools: add docstrings
FossilOrigin-Name: 5d093c4c773fc21090e45f8b8da057e591cb139a415525522deee9a8f65a0afc
Diffstat (limited to 'tools/cpt-download')
-rwxr-xr-x | tools/cpt-download | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpt-download b/tools/cpt-download index 77087b9..cd73ba1 100755 --- a/tools/cpt-download +++ b/tools/cpt-download @@ -1,4 +1,5 @@ #!/bin/sh -ef +# Download sources for the given package # shellcheck disable=1091 if command -v cpt-lib >/dev/null; then . cpt-lib; else . ../lib.sh; fi |