aboutsummaryrefslogtreecommitdiff
path: root/scripts/sdep-checkpast
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 19:23:08 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-09 19:23:08 +0100
commit2836d2f4452b538e24ca6b85ee27df7bce0b69b2 (patch)
tree8c45994a9ee4b80589f718c7eb0e647c6c53881f /scripts/sdep-checkpast
parent0bcca7b6808a02af3c4758c30eec9984d44dfac7 (diff)
downloadsdep-2836d2f4452b538e24ca6b85ee27df7bce0b69b2.tar.gz
sdep-2836d2f4452b538e24ca6b85ee27df7bce0b69b2.zip
Simplified scripts build process (removed SDEPDATA).
Diffstat (limited to '')
-rwxr-xr-xscripts/sdep-checkpast8
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

Generated with cgit - Back to sebastiano.tronto.net