gpgparticipants: Add separation line between keys
[pgp-tools.git] / gpgparticipants / gpgparticipants
index 12157d6209397f6ead03e6e0400ae2e2bd9d4294..12f9f538c40f68f8d4df03bac8e52da9b1dd322f 100755 (executable)
@@ -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