Skip to content

Instantly share code, notes, and snippets.

@MaanooAk
Created January 2, 2017 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaanooAk/9e4a17760ab92611237bf9a9f2a0e325 to your computer and use it in GitHub Desktop.
Save MaanooAk/9e4a17760ab92611237bf9a9f2a0e325 to your computer and use it in GitHub Desktop.
#!/bin/sh
name=$(date '+%y-%m-%d-%H-%M')
systemd-analyze plot > ~/Documents/Boots/$name.svg
systemd-analyze > ~/Documents/Boots/$name.txt
systemd-analyze critical-chain >> ~/Documents/Boots/$name.txt
systemd-analyze blame >> ~/Documents/Boots/$name.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment