X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=gpg-mailkeys%2Fgpg-mailkeys;h=534eb7efe3a4b014f6b6cc5fc444ced845689e6b;hb=16a804f36bfae6e9ebb57bb6d94be0e069120ef2;hp=c065751f6845c8be5e10d2facaa177820eb005ae;hpb=4b32032b04fe6bf1b6c1aa979f871fcd313e0476;p=pgp-tools.git diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index c065751..534eb7e 100755 --- a/gpg-mailkeys/gpg-mailkeys +++ b/gpg-mailkeys/gpg-mailkeys @@ -1,8 +1,12 @@ #! /bin/sh +# +# gpg-mailkeys: mail out just signed keys to their owners +# +# $Id$ set -e -VERSION="0.3.1" +VERSION="0.4.0" if [ -z "$*" ]; then echo "Send people their newly signed GPG key by mail."