heads/initrd/bin/gpgv
Thierry Laurion 8da5d5d723
Add dual support for real bash and busybox's bash(ash)
- modify bash to have it configured with -Os
2023-03-08 12:45:44 -05:00

7 lines
150 B
Bash
Executable File

#!/bin/bash
# if we are using the full GPG we need a wrapper for the gpgv executable
. /etc/functions
TRACE "Under /bin/gpgv"
exec gpg --verify "$@"