6 lines
No EOL
96 B
Bash
6 lines
No EOL
96 B
Bash
|
|
# webhook_post <URL>
|
|
# send curl post request
|
|
function webhook_post() {
|
|
curl -X POST "$1"
|
|
} |