cv.marc/vcf.sh

11 lines
188 B
Bash
Raw Normal View History

2025-02-16 21:09:11 +01:00
#! /usr/bin/env sh
cat marc.vcf |
qrencode \
2025-02-16 22:29:57 +01:00
--background "00000000" \
2025-02-16 21:09:11 +01:00
--foreground "000000FF" \
--level "L" \
--margin "1" \
--size "4" \
-t "SVG" \
--output "img/vcf.svg"