mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
genex/: generate expanded component view (WIP)
This commit is contained in:
8
genex/run
Executable file
8
genex/run
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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 >out.ps
|
||||
ps2pdf out.ps out.pdf
|
||||
rm -f out.ps
|
||||
Reference in New Issue
Block a user