Add script to run gpg. Script comming from man page

This commit is contained in:
Mathieu Maret 2010-11-29 12:18:00 +01:00
parent 433ce88d32
commit 3d5414bb28
1 changed files with 3 additions and 0 deletions

3
scripts/run_gpg.sh Executable file
View File

@ -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"