#!/bin/bash

python --version
make -C $(dirname $0) run RUNFLAGS="$*"
