mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-22 06:33:56 +08:00
7 lines
121 B
Bash
7 lines
121 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
curl -LO https://get.perfetto.dev/trace_processor
|
||
|
|
chmod +x ./trace_processor
|
||
|
|
|
||
|
|
./trace_processor --httpd
|