9 lines
239 B
Text
9 lines
239 B
Text
|
#!/bin/bash
|
||
|
|
||
|
text='{"content":"'$(</dev/stdin)'"}'
|
||
|
|
||
|
|
||
|
curl -H "Content-Type: application/json" -X POST -d "$text" https://discordapp.com/api/webhooks/636944157625024565/nj11LQ0I716GR8C81WnPYYWW9lwuvJKhnyOX1UIrTaB6ldYn5mjf4qaqmdMQkII2HIRM
|
||
|
|
||
|
|