3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
gpg -K --with-keygrip | grep -A1 "\[A\]" | tail -n1 | sed 's,.*Keygrip = \(\),\1,'
|