#!/bin/sh # # growthplot -- plot the fetchmail population's growth as a function of time # # Get data from the NEWS file timeseries >/tmp/growthplot$$ grep "^[0-9]" /tmp/growthplot$$ >/tmp/growthnumbers$$ sed '/^4.2.9/,$d' /tmp/growthannounce$$ gnuplot <