From 5e7312aca321c8fee753f0734144923f1d8f55ad Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 10 Sep 2019 02:03:49 +0900 Subject: Add script to listfriends and to import friends --- rif-listfriends.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 rif-listfriends.sh (limited to 'rif-listfriends.sh') 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/:/' -- cgit v1.2.3