1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 20:24:06 +02:00
antorcha/tornado/fw/sim/p

8 lines
166 B
Bash
Executable File

#!/bin/sh
./alg >_out
gnuplot -persist <<EOF
set style data lines
plot "_out" using 1, "_out" using 2, "_out" using 3, "_out" using 4, \
"_out" using (100*\$5)
EOF