mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-16 19:27:28 +02:00
Compare commits
No commits in common. "bb30ff7052997234137327d3a539aefcc6b57e82" and "73a1ca528f3c69d6efe4d10b7155f9d135392d8f" have entirely different histories.
bb30ff7052
...
73a1ca528f
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
1
vcard/.gitignore
vendored
Normal file
1
vcard/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.png
|
@ -2,7 +2,7 @@ BEGIN:VCARD
|
||||
VERSION:4.0
|
||||
FN:Aminda Suomalainen
|
||||
GENDER:F
|
||||
EMAIL:suomalainen@mikaela.info
|
||||
EMAIL:suomalainen+git@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)
BIN
vcard/aminda.vcard.png
(Stored with Git LFS)
Binary file not shown.
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Turn vcards into QR codes
|
||||
|
||||
|
||||
|
||||
# loop through all vcard files
|
||||
for vcard in *.vcard; do
|
||||
if [ -f "$vcard" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user