From f129bf7a7bad968939838d8efbd7cd878cf58257 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 24 Feb 2009 19:46:00 +0100 Subject: standardized file headers and added COPYING --- gpg-agent.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gpg-agent.sh') diff --git a/gpg-agent.sh b/gpg-agent.sh index e82f5c0..56794e9 100755 --- a/gpg-agent.sh +++ b/gpg-agent.sh @@ -1,4 +1,18 @@ #!/bin/sh +#---------------------------------------------------- +# File: gpg-agent.sh +# Version: 0.1.0 +# Author: Florian "Bluewind" Pritz +# +# Copyright (C) 2008-2009 Florian Pritz +# +# Licensed under GNU General Public License v3 +# (see COPYING for full license text) +# +#---------------------------------------------------- +# make working with the agent easier and prevent +# starting multiple agents +#---------------------------------------------------- initgpg(){ envfile="${HOME}/.gpginfo" if test -f ${envfile} && kill -0 $(cut -d: -f 2 ${envfile} | head -n 1) 2>/dev/null; then -- cgit v1.2.3-24-g4f1b