Skip to content
Snippets Groups Projects
Commit ab3a3a4e authored by stph's avatar stph
Browse files

ADD pdfrendering script

parent 1de428f3
Branches
No related tags found
No related merge requests found
#!/bin/bash
for f in *.svg;
do echo $f;
inkscape "$f" -o "$f".pdf;
done;
pdfunite cartes*.pdf lifephone-cards.pdf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment