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
|
#! /usr/bin/env sh
|
||||||
cat marc.vcf |
|
|
||||||
|
cat "vcard.vcf" |
|
||||||
qrencode \
|
qrencode \
|
||||||
--background "00000000" \
|
--background "00000000" \
|
||||||
--foreground "000000FF" \
|
--foreground "000000FF" \
|
||||||
|
@ -7,4 +8,4 @@ cat marc.vcf |
|
||||||
--margin "1" \
|
--margin "1" \
|
||||||
--size "4" \
|
--size "4" \
|
||||||
-t "SVG" \
|
-t "SVG" \
|
||||||
--output "img/vcf.svg"
|
--output "img/vcard.svg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue