]> Sergey Matveev's repositories - dotfiles.git/blob - gnupg/bin/mk-wkd-keys
Make zathura configuration file aware
[dotfiles.git] / gnupg / bin / mk-wkd-keys
1 #!/bin/sh -ex
2
3 email=$1
4 shift
5
6 hsh=`gpg-wks-client --print-wkd-hash $email | cut -d " " -f1`
7 gpg --export $@ > $hsh
8 gpg --armor --export $@ > $hsh.asc