ctpv/sh/prev/gpg.sh

7 lines
133 B
Bash
Raw Normal View History

2022-07-13 11:59:22 +02:00
# gpg-encrypted: gpg
# "showgpg" option must be enabled for this preview to work
[ -z "$showgpg" ] && exit 127
gpg -d -- "$f" 2>&1