1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-23 16:56:28 +02:00
cae-tools/cameo/test/doit

11 lines
117 B
Plaintext
Raw Normal View History

#!/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