mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
4 lines
106 B
Bash
Executable File
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 "$@"
|