]> git.phdru.name Git - git-scripts.git/blob - add-pubkey/add-pubkey-blob-tag
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / add-pubkey / add-pubkey-blob-tag
1 #! /bin/sh
2
3 phd_public_key_hash="`gpg --export phd@phdru.name |
4                            git hash-object --stdin -w`" &&
5 exec git tag -m "phd's public key (B6287B03)" \
6    -s phd-public-key-B6287B03 "$phd_public_key_hash"