mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
bootchart script
This commit is contained in:
7
scripts/bootchart.sh
Executable file
7
scripts/bootchart.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user