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