All pastes #2059602 Raw Edit

Something

public text v1 · immutable
#2059602 ·published 2011-05-15 03:41 UTC
rendered paste body
cd ~/android/system
while true
do
out=`repo sync -j80`
find=$(echo $out | grep 'Exited sync due to fetch errors')
if [ "$find" == "" ];then
        echo Done
        break
fi
done