Compare commits

..

No commits in common. "bb30ff7052997234137327d3a539aefcc6b57e82" and "73a1ca528f3c69d6efe4d10b7155f9d135392d8f" have entirely different histories.

5 changed files with 4 additions and 5 deletions

1
.gitattributes vendored
View File

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

1
vcard/.gitignore vendored Normal file
View File

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

View File

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

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

Binary file not shown.

View File

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