vcf.sh
This commit is contained in:
parent
785378d81d
commit
4f88ae569b
1 changed files with 10 additions and 0 deletions
10
vcf.sh
Executable file
10
vcf.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#! /usr/bin/env sh
|
||||
cat marc.vcf |
|
||||
qrencode \
|
||||
--background "00000000" \
|
||||
--foreground "000000FF" \
|
||||
--level "L" \
|
||||
--margin "1" \
|
||||
--size "4" \
|
||||
-t "SVG" \
|
||||
--output "img/vcf.svg"
|
Loading…
Add table
Add a link
Reference in a new issue