Skip to content

Instantly share code, notes, and snippets.

@TomK32
Forked from dtgay/gpgwot
Last active December 27, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomK32/7301565 to your computer and use it in GitHub Desktop.
Save TomK32/7301565 to your computer and use it in GitHub Desktop.
#!/bin/bash
gpg --list-sigs --keyring ~/.gnupg/pubring.gpg | sig2dot > ~/.gnupg/pubring.dot
neato -Tpng ~/.gnupg/pubring.dot > ~/.gnupg/pubring.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment