vcard/sh
This commit is contained in:
parent
edd878e957
commit
f40f09bc85
1 changed files with 3 additions and 2 deletions
5
vcard.sh
5
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue