[cig-commits] r15754 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Mon Oct 5 15:40:04 PDT 2009


Author: luis
Date: 2009-10-05 15:40:03 -0700 (Mon, 05 Oct 2009)
New Revision: 15754

Modified:
   doc/geodynamics.org/benchmarks/trunk/clean.sh
Log:
Remove the persistent database of file hashes when running clean.sh

Modified: doc/geodynamics.org/benchmarks/trunk/clean.sh
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/clean.sh	2009-10-05 22:39:55 UTC (rev 15753)
+++ doc/geodynamics.org/benchmarks/trunk/clean.sh	2009-10-05 22:40:03 UTC (rev 15754)
@@ -1,10 +1,9 @@
 #!/bin/bash
-
 echo "Cleaning up html files..."
-rm -f -v index.html
+rm -f -v ./index.html
 for d in cs geodyn long magma mc seismo short; do
     for f in $(find ./$d -name '*.html'); do
         rm -f -v $f
     done
 done
-
+rm -f -v ./upload.pkl



More information about the CIG-COMMITS mailing list