refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / gpg-pubkey / gpg-pubkey-id.sh
1 #!/bin/bash
2 set -e
3 set -u
4
5 gpg --list-secret-keys --keyid-format LONG |
6     grep sec |
7     cut -d'/' -f2 |
8     cut -d' ' -f1