4 lines
140 B
Bash
Executable file
4 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) }'
|