7 lines
148 B
Plaintext
Raw Normal View History

#!/bin/sh
# if we are using the full GPG we need a wrapper for the gpgv executable
. /etc/functions
DEBUG "Under /bin/gpgv"
exec gpg --verify "$@"