#!/bin/bash

# TODO support --lang=...

exec "testml-${TESTML_LANG:-perl5}" "$@"
