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