unplugged-system/external/openthread/tools/harness-automation/start.sh

4 lines
84 B
Bash
Raw Normal View History

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