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

luis at geodynamics.org luis at geodynamics.org
Wed Sep 30 15:06:46 PDT 2009


Author: luis
Date: 2009-09-30 15:06:45 -0700 (Wed, 30 Sep 2009)
New Revision: 15714

Added:
   doc/geodynamics.org/benchmarks/trunk/clean.sh
Log:
Added script to clean the source tree (remove html files)

Added: doc/geodynamics.org/benchmarks/trunk/clean.sh
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/clean.sh	                        (rev 0)
+++ doc/geodynamics.org/benchmarks/trunk/clean.sh	2009-09-30 22:06:45 UTC (rev 15714)
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+echo "Cleaning up html files..."
+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
+


Property changes on: doc/geodynamics.org/benchmarks/trunk/clean.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the CIG-COMMITS mailing list