From 740d53bc517f7718a4373c9d16b66a8f204039f0 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 12 Nov 2023 17:13:31 +0100 Subject: Add bash completion --- crypt.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypt.sh') diff --git a/crypt.sh b/crypt.sh index c876bcd..b74792f 100755 --- a/crypt.sh +++ b/crypt.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# +# Copy to /usr/bin/crypt umask 077 set -o pipefail -- cgit v1.2.3