From: Silvio Rhatto Date: Sat, 28 Dec 2013 15:45:27 +0000 (-0200) Subject: Adds missing comments X-Git-Tag: 0.3~10 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242;p=keyringer.git Adds missing comments --- diff --git a/keyringer b/keyringer index ca47062..cc8378f 100755 --- a/keyringer +++ b/keyringer @@ -18,6 +18,7 @@ # along with this program. If not, see . # +# Initialize a new keyring function keyringer_init { BASEDIR="$3" URL="$4" @@ -104,6 +105,7 @@ function keyringer_init { fi } +# Action dispatcher function keyringer_dispatch { BASEDIR="`keyringer_config $KEYRING`"