#! /bin/sh # # create gif plot from stdin data using gnuplot # (printf "set term gif\nset output\nplot '-' notitle with linespoints\n"; cat) | gnuplot