xref
: /
aosp_15_r20
/
external
/
openthread
/
tools
/
harness-automation
/
start.sh
(revision cfb92d1480a9e65faed56933e9c12405f45898b4)
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