diff options
| author | yctct <yctct@yctct.com> | 2025-11-06 10:11:29 +0100 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2025-11-06 10:11:29 +0100 |
| commit | 1c7856fd3aff5fd059f040262d9647f60a18e0c1 (patch) | |
| tree | 0e819830d4ea86f6359a5ac49470a4fe1e9b0255 /fingerprint.sh | |
Add scripts and functions
Diffstat (limited to 'fingerprint.sh')
| -rwxr-xr-x | fingerprint.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fingerprint.sh b/fingerprint.sh new file mode 100755 index 0000000..b257f51 --- /dev/null +++ b/fingerprint.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# Print my GPG fingerprint to the output of the terminal +# Aliased to fingerprint +gpg -k yctct | sed -n '2p' | tr -d ' ' |
