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

ADD genpdf

parent d55a3eb3
No related branches found
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 *.pdf lownum-fds.pdf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment