diff options
Diffstat (limited to 'gpg-import')
| -rwxr-xr-x | gpg-import | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gpg-import b/gpg-import new file mode 100755 index 0000000..1102d0a --- /dev/null +++ b/gpg-import @@ -0,0 +1,6 @@ +#!/bin/bash +# gpg --export <keys> | ssh cgit.space gpg-import +# This is solely useful for the signature status in notifications. + +set -x +exec gpg --import --import-options import-local-sigs |
