From bed55320a1a270710e1dada6ad786aa5ce436bfd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 25 Apr 2021 12:00:54 +0300 Subject: [PATCH] Shorter fast gpg invocation --- bin/bin/zsnap.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/zsnap.zsh b/bin/bin/zsnap.zsh index a75650c..f9f9702 100755 --- a/bin/bin/zsnap.zsh +++ b/bin/bin/zsnap.zsh @@ -13,7 +13,7 @@ EOF exit 1 } -enccmd="gpg --compress-level 0 --encrypt --recipient offline --cipher-algo AES-128" +enccmd="/home/stargrave/bin/gpg-e-fast.sh --recipient offline" [[ $# -ge 2 ]] || usage -- 2.44.0