mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-01 18:56:42 +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 "$@"
|