mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 00:00:06 +00:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")" || exit 1
|
|
python -u -m autothreadharness.runner "$@"
|