#!/bin/bash

BINARY_DIR=${BINARY_DIR:-.}
exec valgrind --vgdb=no -q --error-exitcode=1 ${BINARY_DIR}/h2o "$@"
