mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-11 12:34:43 +08:00
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
ssh tici "systemd-analyze plot > /tmp/bootchart.svg"
|
|
scp tici:/tmp/bootchart.svg /tmp/bootchart.svg
|
|
google-chrome /tmp/bootchart.svg
|
|
|