mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 06:18:26 +02:00
7 lines
242 B
Bash
Executable File
7 lines
242 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 ...
|
|
./genkicat -p \
|
|
-L /home/qi/kicad-libs/components \
|
|
/home/qi/kicad-libs/components/EXPAND DESC >out.pdf
|