icp/oer/courses/c-newcomers/sections/02-dice/05-distribution/execute.sh

4 lines
116 B
Bash
Raw Permalink Normal View History

2018-05-05 22:18:02 +00:00
#!/bin/bash
./program | gnuplot -e "set terminal dumb; set xtics 2; set mxtics 2; plot '<cat' title '' with lines"