diff --git a/vcard.sh b/vcard.sh index ab5f6b1..0c3dd04 100755 --- a/vcard.sh +++ b/vcard.sh @@ -1,5 +1,6 @@ #! /usr/bin/env sh -cat marc.vcf | + +cat "vcard.vcf" | qrencode \ --background "00000000" \ --foreground "000000FF" \ @@ -7,4 +8,4 @@ cat marc.vcf | --margin "1" \ --size "4" \ -t "SVG" \ - --output "img/vcf.svg" + --output "img/vcard.svg"