mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
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
|