Training
Consulting
Tools
xref
: /
openthread-3.6.0
/
tools
/
harness-automation
/
start.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
cd
"
$(
dirname
"$0"
)
"
||
exit
1
3
python
-u -m
autothreadharness.runner
"$@"
4