notify-status (166B)
1 #!/bin/sh 2 3 # Simple script to send a notification displaying the output of status 4 5 # Requires: status, herbe (or similar, e.g. notify-send) 6 7 herbe "$(status '\n\n')"
scriptsVarious scripts for UNIX-like systems | |
git clone https://git.tronto.net/scripts | |
Download | Log | Files | Refs | README |
notify-status (166B)
1 #!/bin/sh 2 3 # Simple script to send a notification displaying the output of status 4 5 # Requires: status, herbe (or similar, e.g. notify-send) 6 7 herbe "$(status '\n\n')"