[Sumover-dev] [svn commit] r4693 - vic/branches/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Mar 15 00:34:17 GMT 2010


Author: soohyunc
Date: Mon Mar 15 00:34:17 2010
New Revision: 4693

Added:
   vic/branches/cc/clear.sh   (contents, props changed)

Log:
added a script to delete trace files



Added: vic/branches/cc/clear.sh
==============================================================================
--- (empty file)
+++ vic/branches/cc/clear.sh	Mon Mar 15 00:34:17 2010
@@ -0,0 +1,10 @@
+#!/bin/sh
+# deleting files
+
+RM='rm -f'
+LS='ls'
+
+for i in $( $LS $PWD/*.xg $PWD/*.eps $PWD/trace.r $PWD/trace.s); do
+	echo "deleting: $i"
+	$RM $i
+done 2> /dev/null



More information about the Sumover-dev mailing list