Skip to content

Instantly share code, notes, and snippets.

@moredip
Last active December 28, 2015 20:29
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 moredip/7557707 to your computer and use it in GitHub Desktop.
Save moredip/7557707 to your computer and use it in GitHub Desktop.
exporting a bunch of public keys
for i in pete rosalie jack charlton pam coleman badri sophie elise jess; do gpg --armor --export $i > $i.signed.gpg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment