X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=b7a1d0d45a4ed14ac044584de726e12f58afc966;hb=3f467d4c0b7e25754659c5135762cca76e5196a8;hp=932506bdf4d9a2992f571397a391534b254af9c3;hpb=df79d0a9c6c8d8fb2f91212a31868033e4841b8b;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index 932506bd..b7a1d0d4 100755 --- 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