1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-02 22:34:32 +03:00
eda-tools/genex/run
2012-04-17 06:27:14 -03:00

9 lines
283 B
Bash
Executable File

#!/bin/sh
# Hack: ps2pdf is happy with the PS generate, but if we invoke gs diretctly,
# isn't. Some voodoo is still missing ...
PATH=$PATH:. ./genex \
-L /home/qi/kicad-libs/components \
/home/qi/kicad-libs/components/EXPAND DESC >out.ps
ps2pdf out.ps out.pdf
rm -f out.ps