mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-21 00:32:54 +02:00
24ed30fee0
Suggestion from Hymie! on Remind mailing list.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
REM MSG Always
|
|
IF $Ud % 2
|
|
REM MSG On odd days
|
|
RETURN
|
|
REM MSG Won't appear
|
|
ENDIF
|
|
REM MSG On even days
|