mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 14:08:58 +02:00
489ca9c24d
Also removed the tool diameter argument. We use the diameter from the path, like "offset" does. In the long run, this convention probably doesn't make sense, though.
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
../cameo <<EOF
|
|
gnuplot 3 in.gp
|
|
area 0.13
|
|
write out.gp
|
|
EOF
|