heads/initrd/bin/gpgv
2017-04-05 17:59:49 -04:00

4 lines
106 B
Bash
Executable File

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