From 45230cdc03a31c6b12d75698b93eeffa74c01703 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Sep 1999 06:50:01 +0000 Subject: No more fixed filenames. svn path=/trunk/; revision=2599 --- growthplot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/growthplot b/growthplot index 20e96fac..b476817c 100755 --- a/growthplot +++ b/growthplot @@ -8,7 +8,7 @@ timeseries >/tmp/growthplot$$ grep "^[0-9]" /tmp/growthplot$$ >/tmp/growthnumbers$$ sed '/^4.2.9/,$d' /tmp/growthannounce$$ -cat >IMAGE </tmp/growthimage$$ <>IMAGE +) >/tmp/growthimage$$ -cat >>IMAGE <>/tmp/growthimage$$ <>IMAGE +echo "pause 9999" >>/tmp/growthimage$$ -gnuplot IMAGE +gnuplot /tmp/growthimage$$ rm -f /tmp/growth* -- cgit v1.2.3