mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-13 13:03:44 +08:00
19fc5f5d66
version: sunnypilot v2026.003.000 (dev)
date: 2026-09-13T02:18:31
master commit: 00136178b1
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DEST=tici:/data/openpilot/selfdrive/debug/profiling/perfetto
|
|
|
|
scp -r perfetto/out/linux/tracebox $DEST
|
|
scp -r perfetto/test/configs $DEST
|