X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=constants.sh;fp=constants.sh;h=3d4e64839658e51c569c41f4bc86c080581eee7b;hp=1cce13c7164624646fd24c9894d96cd551924b0f;hb=fd8bfb7fa37228c2c75d896124c99a4518e93b1e;hpb=faf607769bb49448d514b3d8ac1bdd0256004104 diff --git a/constants.sh b/constants.sh index 1cce13c..3d4e648 100644 --- a/constants.sh +++ b/constants.sh @@ -18,3 +18,7 @@ # along with Confetti. If not, see . VCF_FIELDS=(PHOTO LOGO FN NICKNAME SOUND GENDER KIND TITLE ROLE ORG MEMBER CATEGORIES ANNIVERSARY BDAY EMAIL TEL IMPP ADR URL LANG NOTE RELATED X-ZACK-JOINDATE X-ZACK-LEAVEDATE) + +uuidgenerator(){ + head -c16 /dev/urandom |sha1sum - |cut -c1-32 +}