heads/initrd/bin/gpgv

4 lines
106 B
Plaintext
Raw Normal View History

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