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
|