diff options
author | Ben Sima <ben@bsima.me> | 2024-04-15 21:15:52 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-15 21:16:03 -0400 |
commit | feebdea93fc5b1157bbbf275483a31760cb5ff5c (patch) | |
tree | fe38a7e3e73e4595d2a9168146a4c3a1de948dd7 | |
parent | 427eb1c3ff5a52569d26bb046969c2f1690bbb6b (diff) |
add note about what this does
-rwxr-xr-x | gpg-unlock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ #!/usr/bin/env bash +# sign something, then verify that it signed echo "test" | gpg --clearsign --local-user $GPGID | gpg --verify |