xref: /aosp_15_r20/external/openthread/tools/harness-automation/start.sh (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1*cfb92d14SAndroid Build Coastguard Worker#!/bin/sh
2*cfb92d14SAndroid Build Coastguard Workercd "$(dirname "$0")" || exit 1
3*cfb92d14SAndroid Build Coastguard Workerpython -u -m autothreadharness.runner "$@"
4