Created
July 1, 2014 20:00
-
-
Save kitchen/88459f999af938ab4529 to your computer and use it in GitHub Desktop.
one liner to find all of your key's signers on keybase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KEY=6300cc3d | |
gpg --list-sigs $KEY | grep sig | perl -pe 's/^sig.*?([0-9A-F]{8}).*/$1/' | sort -u | xargs -n 1 keybase search |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment