#!/bin/bash
(
    cd ../caja
    svn up
)
cp ../caja/src/com/google/caja/ses/WeakMap.js weak-map.js
git apply sync.patch
