config.example.sh

changeset 0
e6c11dadd985
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.example.sh	Fri May 01 15:27:45 2020 +0100
@@ -0,0 +1,7 @@
+export DAYS=14
+
+send_notification() {
+	echo "Notification: $1"
+	echo "    $2"
+}
+

mercurial