ctpv/sh/prev/gpg.sh
2022-07-13 14:59:22 +05:00

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