#!/bin/sh

cd $PROJECT_HOME
if [ "sync" == "$1" ]; then
    git pull
fi

ant -f build/build.xml