zshconfig/zsh/web.zsh
2023-10-05 19:40:05 +02:00

6 lines
No EOL
96 B
Bash

# webhook_post <URL>
# send curl post request
function webhook_post() {
curl -X POST "$1"
}