From 8ed888a0a82ab81d76fb6474c38a7d823a2e140b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 27 Jun 2016 15:02:12 +0100 Subject: [PATCH] README --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..f966308 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +Configuration: + + Create a "senderinfo" file containing + + email YOUR EMAIL ADDRESS + name YOUR NAME + + Obtain a list of the recipients. Possible recipients are: + + sms NUMBERWITHOUTSPACES NAME + email ADDRESS ADDRESS ADDRESS... (best to have just one) + irctopic SERVER PORT CHANNEL + userv SSHUSER@SSHHOST SERVICE-UWER post-pizza + + and they should be in a file "recipients". "test-recipients" + is an example. + +To send a notification: + + ./notify senderinfo recipients "Your message goes here" + -- 2.30.2