mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-11 20:44:54 +08:00
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
ssh tici "dmesg | grep 'boot.sh' > /tmp/bootchart.txt"
|
|
scp tici:/tmp/bootchart.txt /tmp/bootchart.txt
|
|
cat /tmp/bootchart.txt
|