#!/bin/sh

#    --list-options show-policy-urls,show-notations,show-unusable-uids,show-sig-expire \
gpg --no-options --no-auto-check-trustdb --no-permission-warning --homedir . \
    --no-default-keyring --keyring fudcon-keyring.gpg \
    --keyserver hkp://213.239.212.133 --keyserver-options no-honor-keyserver-url \
    --list-options show-policy-urls,show-notations \
    $*
