mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-02-19 11:34:43 +02:00
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
|