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

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"