blip1=`cat ~/.blargh | grep -a -c Decoding`

while [ $blip1 != "1" ]; do
	blip1=`cat ~/.blargh | grep -a -c Decoding`
	sleep 5s
done

