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