1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-06 07:50:24 +01:00

Merge branch 'main' of github.com:binwiederhier/ntfy into template-dir

This commit is contained in:
binwiederhier 2025-07-21 10:23:56 +02:00
commit 34bc551303

View file

@ -156,7 +156,7 @@ environment variables. Here are a few examples:
```
ntfy sub mytopic 'notify-send "$m"'
ntfy sub topic1 /my/script.sh
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p'
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p"'
```
<figure>