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