diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/sdep-checkpast | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/sdep-checkpast b/scripts/sdep-checkpast index 35a561c..e5686fb 100755 --- a/scripts/sdep-checkpast +++ b/scripts/sdep-checkpast | |||
| @@ -1,13 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Run this at boot to receive a notification about past events that you might | 3 | # Run this at boot to receive a notification about past events that you might |
| 4 | # have missed | 4 | # have missed (based on sdep-list). |
| 5 | # | ||
| 6 | # The events are read from the following files in SDEPDATA folder: | ||
| 7 | # once: events that only happen once; full date needs to be specified | ||
| 8 | # daily: events that happen every day; only specify the time in HH:MM format | ||
| 9 | # weekly: only specify Weekday + time | ||
| 10 | # monthly: only specify day of the month + time | ||
| 11 | 5 | ||
| 12 | # Requires: a command to send notifications such as herbe or notify-send. | 6 | # Requires: a command to send notifications such as herbe or notify-send. |
| 13 | 7 | ||
