mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 18:58:58 +02:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
../../cameo <<EOF
|
||
|
#gnuplot 3 in.gp
|
||
|
#area 0.13
|
||
|
gnuplot 110mil in.gp
|
||
|
area 0.5mm
|
||
|
write out.gp
|
||
|
EOF
|