mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 16:56:28 +02:00
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
../cameo <<EOF
|
||
|
gnuplot 3 in.gp
|
||
|
offset inside
|
||
|
write out.gp
|
||
|
clear
|
||
|
gnuplot 3 in.gp
|
||
|
area 3 0
|
||
|
append out.gp
|
||
|
EOF
|