From: Sergey Matveev Date: Sun, 25 Apr 2021 09:00:54 +0000 (+0300) Subject: Shorter fast gpg invocation X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=bed55320a1a270710e1dada6ad786aa5ce436bfd Shorter fast gpg invocation --- 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