X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=gpg-mailkeys%2Fgpg-mailkeys;h=2eaeac0aedae17f44d9f23e6a421a2a24fe4c5f5;hb=03fe24eba2e5a9d1d829305aada0489cdf88f842;hp=ef8683845ea2d732b36283e0e068607263dadcb8;hpb=793ff15f23460922296a67a67596efb7adab221d;p=pgp-tools.git diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index ef86838..2eaeac0 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.4.0" +VERSION='$Rev$' if [ -z "$*" ]; then echo "Send people their newly signed GPG key by mail."