diff options
Diffstat (limited to 'gpg-unlock')
-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 |