#!/bin/sh
NOW=$PWD;
cd $(dirname "$0");
export MONO_PATH=$MONO_PATH:../../boot/;
mono dumper.exe "$NOW/$1" $2
