vcard/generate-qr.bash: remove excess empty lines

This commit is contained in:
Aminda Suomalainen 2023-01-24 12:32:59 +02:00
parent 988c1dba3f
commit f5ddd2f9de
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

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