mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
vcard/generate-qr.bash: remove excess empty lines
This commit is contained in:
parent
988c1dba3f
commit
f5ddd2f9de
@ -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…
Reference in New Issue
Block a user