This commit is contained in:
Marc Beninca 2025-02-16 21:09:11 +01:00
parent 785378d81d
commit 4f88ae569b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

10
vcf.sh Executable file
View 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"