summaryrefslogtreecommitdiff
path: root/rif-listfriends.sh
blob: 4a7e31fafdb9f171ae34424e552a8aa1f91f108d (plain)
1
2
3
4
#!/bin/sh
# 2019-09-10, Nico Schottelius, Seoul

gpg --list-keys --with-colons | awk -F: '/RIF/ { print gensub("\\\\x3a", ":", "g", $10) }'