3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl -d "$1" -X POST https://$NOTIFY_HOST/$NOTIFY_CHANNEL
|