Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / TCS / pressure / get_pressure.sh
index 55e7c9c..83f0d7b 100755 (executable)
@@ -16,9 +16,15 @@ fi
 
 out=$($process_digits $imgdir/$name)
 
+count=0
 while [ "$out" == "?" ]; do
        sleep 1
        out=$($process_digits $imgdir/$name)
+       count=$(( $count + 1 ))
+       if [ "$count" == "5" ]; then
+               echo "#?"
+               exit 0
+       fi
 done
-rm -f $imgdir/$name
+#rm -f $imgdir/$name
 echo $out

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