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