projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b164b89
)
Shorter fast gpg invocation
author
Sergey Matveev <stargrave@stargrave.org>
Sun, 25 Apr 2021 09:00:54 +0000 (12:00 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Mon, 3 May 2021 12:13:38 +0000 (15:13 +0300)
bin/bin/zsnap.zsh
patch
|
blob
|
history
diff --git
a/bin/bin/zsnap.zsh
b/bin/bin/zsnap.zsh
index a75650c2a2c3ac09e37b6b216aec4125879e3766..f9f97024a7d9c62aefa4d8d814f1fd476158f1e2 100755
(executable)
--- 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