diff options
| author | 2026-05-18 01:25:46 -0600 | |
|---|---|---|
| committer | 2026-05-18 01:25:46 -0600 | |
| commit | dc54a69b7552d8d44adf25b8009992c4a2b395be (patch) | |
| tree | 0c1864e9239bf02fc83408be378d983070250ead /gpg-import | |
init
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 |
