mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 20:52:05 +02:00
35c0624dc5
"offset" wasn't suitable for alternating inside and outside anyway.
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
../cameo <<EOF
|
|
gnuplot 3 in.gp
|
|
area 3 0
|
|
write out.gp
|
|
EOF
|