misc/bash/miscChat.sh

8 lines
157 B
Bash
Raw Permalink Normal View History

2023-09-04 10:54:29 -04:00
#!/bin/bash
#msg="\"{\\\"content\\\":\\\"$@\\\"}\""
msg="{\"content\":\"$@\"}"
echo $msg
curl -H "Content-Type: application/json" -d "$msg" \
#WEBHOOK URL