#!/bin/bash
pushd ../build
ocamldebug main.d.byte  -env ../data/env $@
popd
