#!/bin/bash
DIR=${1:-trunk/}
SITE=$2
rsync -hav --progress $DIR mpp:/var/www/wordpress_testsite$SITE/wordpress/wp-content/plugins/mealplannerpro-recipe-plugin/ --exclude=.git
