#!/usr/bin/env bash

pushd .. > /dev/null
python "tools/validate.py" $1 $2
popd > /dev/null
