#!/bin/sh
# Wrapper to allow signing without a tty.
exec /usr/local/bin/gpg --batch --no-tty --pinentry-mode loopback "$@"
