1#!/bin/sh
2cd "$(dirname "$0")" || exit 1
3python -u -m autothreadharness.runner "$@"
4