One more example for README.

This commit is contained in:
Fabian Schlenz 2018-11-16 16:24:49 +01:00
parent 21ddf86126
commit 4617b05935
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ telegram "Hello, World."
# Split them into multiple lines
telegram "Hello,"$'\n'"World."
# or
echo -e "Hello\nWorld." | telegram -
# Or you send this one message to another chat:
telegram -c 6789 "Hello, Mars."