#!/usr/local/bin/bash
DIR="/home/xombo/www/cache/"
if [ "$(ls -A $DIR)" ]; then
	rm $DIR/*
fi
cd /home/xombo/current/
/usr/local/bin/svn update > /dev/null

