#!/bin/bash
# gpg --export <keys> | ssh cgit.space gpg-import
# This is solely useful for the signature status in notifications.

set -x
exec gpg --import --import-options import-local-sigs
