mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-16 19:27:28 +02:00
Compare commits
3 Commits
73a1ca528f
...
bb30ff7052
Author | SHA1 | Date | |
---|---|---|---|
bb30ff7052 | |||
f5ddd2f9de | |||
988c1dba3f |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
1
vcard/.gitignore
vendored
1
vcard/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.png
|
|
@ -2,7 +2,7 @@ BEGIN:VCARD
|
|||||||
VERSION:4.0
|
VERSION:4.0
|
||||||
FN:Aminda Suomalainen
|
FN:Aminda Suomalainen
|
||||||
GENDER:F
|
GENDER:F
|
||||||
EMAIL:suomalainen+git@mikaela.info
|
EMAIL:suomalainen@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)
Normal file
BIN
vcard/aminda.vcard.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,8 +1,6 @@
|
|||||||
#!/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user