2018-05-05 23:19:22 +01:00

4 lines
116 B
Bash
Executable File

#!/bin/bash
./program | gnuplot -e "set terminal dumb; set xtics 2; set mxtics 2; plot '<cat' title '' with lines"