#!/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$$ cat >/tmp/growthimage$$ <>/tmp/growthimage$$ cat >>/tmp/growthimage$$ <>/tmp/growthimage$$ gnuplot /tmp/growthimage$$ rm -f /tmp/growth*