From e967ee61fc42bee0e192bbcb043387af29bc168f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Reinbold?= Date: Thu, 14 May 2020 16:55:53 +0200 Subject: [PATCH] Adding another way to send a message --- .ruby-version | 1 - README.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index ecd7ee5..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.5.8 diff --git a/README.md b/README.md index 86e8777..d4be0bb 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ Send a message jabbersend -t dest@example.com -s "This is a test" -b "Hello, how are you?" +or by this way + + + echo "Today is a beautiful day!" | jabbersend -t dest@example.com -s "This is another test" + + Help