Discord_webhook/README.md
2025-02-11 11:51:24 +01:00

19 lines
269 B
Markdown

# Discord webhook
Install jq:
```
yay -S jq
```
Take a look at the script and :
* Add your own webhook URL in $WEBHOOK
* Customize the beginning and ending
Run a command and send its content :
```
my_command 2>&1 | ./webhook.sh
```
![screenshot](./screenshot.png)