6 lines
149 B
Bash
6 lines
149 B
Bash
![]() |
#!/usr/bin/bash
|
||
|
|
||
|
DEST=tici:/data/openpilot/selfdrive/debug/profiling/perfetto
|
||
|
|
||
|
scp tici:/data/openpilot/selfdrive/debug/profiling/perfetto/trace_* .
|