From dae0ab5ab7b66999d142addfced3c0f955187277 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 1 Dec 2021 00:41:01 +0100 Subject: [PATCH] Record possible fix for GPG on Linux --- shell/gpg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 shell/gpg diff --git a/shell/gpg b/shell/gpg new file mode 100755 index 0000000..3e20921 --- /dev/null +++ b/shell/gpg @@ -0,0 +1,5 @@ +#GPG_TTY=$(tty) +#export GPG_TTY +#gpg-connect-agent updatestartuptty /bye >/dev/null + +# vim: ft=bash