diff options
author | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:03:49 +0900 |
---|---|---|
committer | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:03:49 +0900 |
commit | 5e7312aca321c8fee753f0734144923f1d8f55ad (patch) | |
tree | 41a3f5888907846b32f38b05018751860c9bfd5c /rif-listfriends.sh | |
parent | 3b8e2bff869096edf9ab0dead1c61eeae26a3d4f (diff) |
Add script to listfriends and to import friends
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/:/' |