X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=gpgparticipants%2Fgpgparticipants;h=12f9f538c40f68f8d4df03bac8e52da9b1dd322f;hp=12157d6209397f6ead03e6e0400ae2e2bd9d4294;hb=28f1515c0baeb2d7c3faf46bd54bcc8605610cf5;hpb=b9fda31500e32a0b624ef376b161152f9643486a diff --git a/gpgparticipants/gpgparticipants b/gpgparticipants/gpgparticipants index 12157d6..12f9f53 100755 --- a/gpgparticipants/gpgparticipants +++ b/gpgparticipants/gpgparticipants @@ -65,6 +65,7 @@ for i in $(cat $input); do printf "\n%03d [ ] Fingerprint OK [ ] ID OK\n" $k; gpg --fingerprint $i | grep -v "^sub" | \ grep -v '^uid.*jpeg image of size'; + echo "_______________________________________________________________________________" done