Automatic commit. Fri Aug 24 20:00:09 WST 2012
[matches/honours.git] / update.sh
index 932506b..b7a1d0d 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -17,7 +17,7 @@ ssh-add /home/sam/.ssh/honours 2>/dev/null
 # TODO: Magically update all fils
 # TODO: Actually label plots properly, you lazy bastard
 plot="/home/sam/Documents/University/honours/research/TCS/plot.sh"
-for i in $(find . -name "[0-9]*.dat" -mtime -1 -size +5k -print); do 
+for i in $(find . -name "[0-9]*.dat" -mmin -60 -size +5k -print); do 
        $plot $i $i.png
 done
 

UCC git Repository :: git.ucc.asn.au