echo "plot \\"
n=1
-for i in `cat names.$1`
+while read line;
do
n=`expr $n "+" 1`
- echo "'datatable.$1' using 1:(int(\$$n*10.0+0.5)/10.0) title '$i' w lp,\\";
-# echo "'datatable.$1' using 1:$n title '$i' w lp,\\";
-done
+ echo "'datatable.$1' using 1:(int(\$$n*10.0+0.5)/10.0) title '$line' w lp,\\";
+# echo "'datatable.$1' using 1:$n title '$line' w lp,\\";
+done < names.$1
# this forces 0.01 to be in the yrange and ends the plot list (trailing comma above)
echo "0.01 title ''"
#!/bin/bash
cp *png ~/public_html/bench/
-chmod a+r ~/public_html/bench/*png
+cp index.html ~/public_html/bench/
+chmod a+r ~/public_html/bench/*png ~/public_html/bench/*html
#rsync -a *png root@dealii.org:/home/archiver/public_html/
#ssh root@dealii.org chmod a+r /home/archiver/public_html/*png
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams