Created
September 23, 2013 18:53
-
-
Save cirrusUK/6675131 to your computer and use it in GitHub Desktop.
Simple bash script using notify-send to notify user of boot time/speed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
BOOT=$(systemd-analyze) | |
notify-send -i ~/.icons/info.svg "$BOOT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment