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