rif/rif-listfriends.sh
2019-09-10 02:50:55 +09:00

5 lines
140 B
Bash
Executable file

#!/bin/sh
# 2019-09-10, Nico Schottelius, Seoul
gpg --list-keys --with-colons | awk -F: '/RIF/ { print gensub("\\\\x3a", ":", "g", $10) }'