1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-02-19 11:34:43 +02:00
2012-03-18 13:19:13 -03:00

11 lines
117 B
Bash
Executable File

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