From e974dbb95cb6727cce3f0e61971f36085e0e0567 Mon Sep 17 00:00:00 2001 From: drduh Date: Sun, 15 Jun 2025 13:36:09 -0700 Subject: [PATCH] create scripts dir before creating keygrips --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ab8d9..f46e943 100644 --- a/README.md +++ b/README.md @@ -1806,7 +1806,7 @@ gpg-connect-agent "scd serialno" "learn --force" /bye Alternatively, use a script to delete the GnuPG shadowed key, where the serial number is stored (see [GnuPG #T2291](https://dev.gnupg.org/T2291)): ```console -cat >> ~/scripts/remove-keygrips.sh <> ~/scripts/remove-keygrips.sh <&2; exit 1; } KEYGRIPS=$(gpg --with-keygrip --list-secret-keys "$@" | awk '/Keygrip/ { print $3 }')