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