#!/bin/bash

DST=trunk2

rm -rf $DST
mkdir -p $DST
SRC=3rdparty-original/cermine-web/
cp -r $SRC/* $DST/
cd $DST
patch -p1 < ../changes.diff
