diff options
Diffstat (limited to 'rif-listfriends.sh')
-rwxr-xr-x | rif-listfriends.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rif-listfriends.sh b/rif-listfriends.sh new file mode 100755 index 0000000..f228be5 --- /dev/null +++ b/rif-listfriends.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# 2019-09-10, Nico Schottelius, Seoul + +gpg --list-keys --with-colons | grep RIF | awk -F: '{ print $10 }' | sed 's/\\x3a/:/' |