Files
agnos-builder/scripts/bootchart.sh
Andrei Radulescu 915ff5eb09 update bash scripts to #!/usr/bin/env bash (#268)
* update bash shebang for better compatibility including macOS

* re-build
2024-08-31 10:34:25 -07:00

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