[cranspasswords] +Vincent

darcs-hash:20100915154108-ffbb2-37b075b903e861a7f83396056b7e0dfa5d08b35d.gz
This commit is contained in:
Nicolas Dandrimont 2010-09-15 17:41:08 +02:00
parent 91ebdd168b
commit d673a88c8e

View file

@ -96,6 +96,7 @@ function chiffre () {
E0DCF376 # olivier.huber@crans.org
F2530FCE # pierre.chambart@crans.org
FCE03DAA # Stephane.Glondu@crans.org
051ADBC8 # maioli@crans.org
)
count=${#full_rec[@]}
RECIPIENTS=$(index=0; while [ "$index" -lt "$count" ]; do echo -n "-r "; echo -n 0x${full_rec[$index]}; echo -n " "; ((index++)); done)