diff --git a/lownum/lifephone/genpdf.sh b/lownum/lifephone/genpdf.sh new file mode 100755 index 0000000000000000000000000000000000000000..e9bf160715579ea6b3215d528fc858df1a23e06f --- /dev/null +++ b/lownum/lifephone/genpdf.sh @@ -0,0 +1,7 @@ +#!/bin/bash +for f in *.svg; +do echo $f; +inkscape "$f" -o "$f".pdf; +done; +pdfunite cartes*.pdf lifephone-cards.pdf; +