utility for merge build for https://www.univillage.co/
For example, contents under following URL will merge into public/
[ $# -ne 2 ] && {
echo "Please provide major and university build type";
exit 1;
}
mkdir public/
rsync -a public-${1}/ public/
rsync -a public-${2}/ public/