mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 13:07:58 +00:00
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
# if we are using the full GPG we need a wrapper for the gpgv executable
|
||
|
exec gpg --verify "$@"
|