More separation between keys

This commit is contained in:
Bob Mottram 2018-01-11 13:50:51 +00:00
parent 37198e1696
commit 9927969e39
1 changed files with 3 additions and 0 deletions

View File

@ -428,6 +428,9 @@ function show_full_gpg_key {
echo ''
echo ''
gpg --armor --export $GPG_ID
echo ''
echo ''
echo ''
gpg --armor --export-secret-key $GPG_ID
any_key
}