]> git.netwichtig.de Git - user/henk/code/shell/rif.git/blob - rif-listfriends.sh
6f9af62db5314d878bc4db8167475917c0e54cbf
[user/henk/code/shell/rif.git] / rif-listfriends.sh
1 #!/bin/sh
2 # 2019-09-10, Nico Schottelius, Seoul
3
4 gpg --list-keys --with-colons | awk -F: '/RI6F/ { print gensub("\\\\x3a", ":", "g", $10) }'