rif/rif-listfriends.sh
2019-09-10 02:03:49 +09:00

4 lines
135 B
Bash
Executable file

#!/bin/sh
# 2019-09-10, Nico Schottelius, Seoul
gpg --list-keys --with-colons | grep RIF | awk -F: '{ print $10 }' | sed 's/\\x3a/:/'