diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 08:30:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 08:30:53 -0300 |
commit | 7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab (patch) | |
tree | bbb558a93fd3539e31a775a8615f96b7074d321d | |
parent | 0303a854e68c96656343a05746e4618af2572519 (diff) | |
download | scripts-7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab.tar.gz scripts-7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab.tar.bz2 |
Status: placeholder for xalarm list
-rwxr-xr-x | status | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ function status_run { # Check unread mails unread-mails + # Alarms set + #xalarm list + # Check if are dangling downloaded files if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then # Print a newline if needed depending of the output of the previous commands |