Adding another way to send a message

This commit is contained in:
Grégory Reinbold 2020-05-14 16:55:53 +02:00
parent 9e15cc5e1a
commit e967ee61fc
2 changed files with 6 additions and 1 deletions

View File

@ -1 +0,0 @@
2.5.8

View File

@ -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