1 2 3 4 5 6 7
#!/bin/sh # Simple script to send a notification displaying the output of status # Requires: status, herbe (or similar, e.g. notify-send) herbe "$(status '\n')"
Generated with cgit - Back to sebastiano.tronto.net