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