echo "Updating content..."
rm -rf trunk/*
cp -r ../wordpress-plugin/* trunk/

rm -rf assets/*
mv trunk/assets/  .
rm -rf trunk/assets
echo "Done"