mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
7 lines
133 B
Bash
7 lines
133 B
Bash
# gpg-encrypted: gpg
|
|
|
|
# "showgpg" option must be enabled for this preview to work
|
|
[ -z "$showgpg" ] && exit 127
|
|
|
|
gpg -d -- "$f" 2>&1
|