From 1c7856fd3aff5fd059f040262d9647f60a18e0c1 Mon Sep 17 00:00:00 2001 From: yctct Date: Thu, 6 Nov 2025 10:11:29 +0100 Subject: Add scripts and functions --- fingerprint.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fingerprint.sh (limited to 'fingerprint.sh') 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 ' ' -- cgit v1.2.3