projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6227e
)
No gpg-e-fast
author
Sergey Matveev <stargrave@stargrave.org>
Sun, 1 Jan 2023 19:49:52 +0000 (22:49 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sun, 1 Jan 2023 19:49:52 +0000 (22:49 +0300)
bin/bin/zsnap.zsh
patch
|
blob
|
history
diff --git
a/bin/bin/zsnap.zsh
b/bin/bin/zsnap.zsh
index 67fff3c5bba62dfbf4e238f74d0e98f9fa37201a..c25a9893179e0b4a48b30e96cc3e51b2c52bec34 100755
(executable)
--- a/
bin/bin/zsnap.zsh
+++ b/
bin/bin/zsnap.zsh
@@
-14,7
+14,7
@@
EOF
exit 1
}
-enccmd=(
~stargrave/bin/gpg-e-fast.sh
--recipient offline)
+enccmd=(
gpg --compress-level 0 --encrypt
--recipient offline)
[[ $# -ge 2 ]] || usage