da.nfin.ch/scripts/build-cv.sh
2026-05-19 22:33:32 +02:00

10 lines
240 B
Bash
Executable file

#!/bin/bash
mkdir -p dist
thorium-browser \
--headless=new \
--no-sandbox \
--disable-gpu \
--virtual-time-budget=5000 \
--align-pdf-default-print-settings-with-html \
--print-to-pdf="dist/cv.pdf" \
"http://localhost:5173/cv"