mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-01-09 11:40:15 +02:00
11 lines
117 B
Bash
Executable File
11 lines
117 B
Bash
Executable File
#!/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
|