mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 13:52:25 +02:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
../../cameo <<EOF
|
|
gnuplot 3 in.gp
|
|
area 0.13
|
|
write out.gp
|
|
EOF
|