#!/bin/sh -ex email=$1 shift hsh=`gpg-wks-client --print-wkd-hash $email | cut -d " " -f1` gpg --export $@ > $hsh gpg --armor --export $@ > $hsh.asc