Compare commits

...

3 Commits

5 changed files with 5 additions and 4 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

1
vcard/.gitignore vendored
View File

@ -1 +0,0 @@
*.png

View File

@ -2,7 +2,7 @@ BEGIN:VCARD
VERSION:4.0
FN:Aminda Suomalainen
GENDER:F
EMAIL:suomalainen+git@mikaela.info
EMAIL:suomalainen@mikaela.info
EMAIL;TYPE=deltachat:delta@aminda.eu
KEY;MEDIATYPE=application/pgp-keys:https://www.aminda.eu/PGP/0xBAE30723.txt
KIND:individual

BIN
vcard/aminda.vcard.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
# Turn vcards into QR codes
# loop through all vcard files
for vcard in *.vcard; do
if [ -f "$vcard" ]; then