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