projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdae0bb
)
date on plot too
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Jun 2002 13:40:03 +0000
(13:40 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Jun 2002 13:40:03 +0000
(13:40 +0000)
test/dmoz/update.sh
patch
|
blob
|
history
diff --git
a/test/dmoz/update.sh
b/test/dmoz/update.sh
index
f54b9f6
..
e23de7d
100755
(executable)
--- a/
test/dmoz/update.sh
+++ b/
test/dmoz/update.sh
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: update.sh,v 1.6 2002-06-19 13:26:45 adam Exp $
+# $Id: update.sh,v 1.7 2002-06-19 13:40:03 adam Exp $
t=$1
test -n "$t" || exit 1
rm -f *.mf *.LCK *.tmp
@@
-18,10
+18,12
@@
while test -f dmoz.$i.xml; do
fi
done
+title="ISAM-$t `date`"
+
cat >plot.dem <<ENDOFMESSAGE
set output "times-$t.ps"
set terminal postscript
-set title "ISAM-$t"
+set title "$title"
set xlabel "runs"
set ylabel "seconds"
plot [0:] [0:] \