diff --git a/scripts/run_gpg.sh b/scripts/run_gpg.sh new file mode 100755 index 0000000..05043a4 --- /dev/null +++ b/scripts/run_gpg.sh @@ -0,0 +1,3 @@ +#could be placed in .profile c.f man page +gpg-agent --daemon --enable-ssh-support \ + --write-env-file "${HOME}/.gpg-agent-info"