File: make_pdf_from_svg.sh

package info (click to toggle)
crystal-facet-uml 1.27.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,216 kB
  • sloc: ansic: 86,801; xml: 2,235; cpp: 60; makefile: 54; sh: 7
file content (3 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
#!/bin/sh
#find . -name '*.svg' -print | sed -e 's/^\.\/\([^.]*\).svg/inkscape --export-pdf=\1.pdf --file=\1.svg --without-gui ;/' 
find . -name '*.svg' -print | sed -e 's/^\.\/\([^.]*\).svg/inkscape --export-pdf=\1.pdf --file=\1.svg --without-gui; echo finished: \1\n/' | /bin/sh