#!/bin/sh dir=manifest-descriptions #rm -rf $dir if [ -d $dir ]; then cd $dir git pull cd .. else git clone http://android.git.linaro.org/git-ro/platform/manifest-descriptions.git fi $(dirname $0)/manifest-annotate $*