Add 'scripts/find_key.sh'

This commit is contained in:
Netflix 2021-03-11 18:02:35 +01:00
parent 38e768003e
commit 7c561e38b0
1 changed files with 6 additions and 0 deletions

6
scripts/find_key.sh Normal file
View File

@ -0,0 +1,6 @@
function find_key {
out=$( gpg2 --list-keys "$1")
echo "$out"
}
find_key "$1"